Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / AutoResizedEvent.cs / 1 / AutoResizedEvent.cs
using System; using System.Collections; using System.Windows.Threading; using System.Windows.Media; using System.Runtime.InteropServices; using MS.Win32; namespace System.Windows { ////// Handler for the AutoResized event on HwndSource. /// public delegate void AutoResizedEventHandler(object sender, AutoResizedEventArgs e); ////// Event arguments for the AutoResized event on HwndSource. /// public class AutoResizedEventArgs : EventArgs { ////// Creates a new AutoResized event argument. /// /// The new size of the HwndSource. public AutoResizedEventArgs(Size size) { _size = size; } ////// The new size of the HwndSource. /// public Size Size { get { return _size; } } private Size _size; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections; using System.Windows.Threading; using System.Windows.Media; using System.Runtime.InteropServices; using MS.Win32; namespace System.Windows { ////// Handler for the AutoResized event on HwndSource. /// public delegate void AutoResizedEventHandler(object sender, AutoResizedEventArgs e); ////// Event arguments for the AutoResized event on HwndSource. /// public class AutoResizedEventArgs : EventArgs { ////// Creates a new AutoResized event argument. /// /// The new size of the HwndSource. public AutoResizedEventArgs(Size size) { _size = size; } ////// The new size of the HwndSource. /// public Size Size { get { return _size; } } private Size _size; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FreeIndexList.cs
- EqualityComparer.cs
- CheckBoxPopupAdapter.cs
- MarkupCompiler.cs
- CodeCatchClauseCollection.cs
- MenuItemBinding.cs
- TypeListConverter.cs
- WizardStepBase.cs
- WebServiceEnumData.cs
- CaseInsensitiveOrdinalStringComparer.cs
- SqlNotificationRequest.cs
- ConversionContext.cs
- Point3DCollection.cs
- JapaneseLunisolarCalendar.cs
- ScriptManager.cs
- FixedTextSelectionProcessor.cs
- WindowsStatic.cs
- SmtpReplyReader.cs
- PhysicalFontFamily.cs
- IPipelineRuntime.cs
- SQLString.cs
- ApplicationFileParser.cs
- CodeThrowExceptionStatement.cs
- CqlParserHelpers.cs
- IIS7UserPrincipal.cs
- CodeConstructor.cs
- EventLogEntry.cs
- WebPartManagerInternals.cs
- CommunicationException.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SendActivityEventArgs.cs
- WebPartCatalogAddVerb.cs
- SignatureDescription.cs
- JavaScriptString.cs
- GradientSpreadMethodValidation.cs
- SmiContext.cs
- LazyTextWriterCreator.cs
- PriorityChain.cs
- CodeDomLocalizationProvider.cs
- WriteFileContext.cs
- DataGridViewRowCollection.cs
- EntityContainerAssociationSet.cs
- XmlNodeList.cs
- StackBuilderSink.cs
- RenderOptions.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- Pens.cs
- UidManager.cs
- OleDbConnectionInternal.cs
- SynchronizationLockException.cs
- XmlLanguageConverter.cs
- BrowserTree.cs
- InvalidAsynchronousStateException.cs
- NameValueSectionHandler.cs
- XmlWellformedWriter.cs
- ResolvedKeyFrameEntry.cs
- ColorConverter.cs
- GlyphingCache.cs
- UndoManager.cs
- CodeMethodReturnStatement.cs
- AttachedAnnotation.cs
- SelectionEditor.cs
- Page.cs
- AdRotator.cs
- XmlArrayItemAttribute.cs
- PropertyEntry.cs
- WorkflowInstanceSuspendedRecord.cs
- VectorConverter.cs
- RoleService.cs
- ResXResourceReader.cs
- InstanceDataCollection.cs
- PropertyGridView.cs
- BindingContext.cs
- EDesignUtil.cs
- UserUseLicenseDictionaryLoader.cs
- DataBoundControl.cs
- RuleSet.cs
- WebPartVerbCollection.cs
- XsltConvert.cs
- WebConfigurationHostFileChange.cs
- HtmlInputFile.cs
- XmlSchemaInfo.cs
- WebPartManagerInternals.cs
- ScrollBar.cs
- StateBag.cs
- BinaryObjectWriter.cs
- AuthorizationContext.cs
- UTF32Encoding.cs
- ResourceSetExpression.cs
- CachedPathData.cs
- SerializerProvider.cs
- BitmapCodecInfo.cs
- SQLSingle.cs
- OrderedParallelQuery.cs
- DbSource.cs
- DebuggerAttributes.cs
- SqlComparer.cs
- InternalControlCollection.cs
- ThicknessAnimationUsingKeyFrames.cs
- SystemWebCachingSectionGroup.cs