Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / AutoResizedEvent.cs / 1305600 / 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
- DBSqlParserColumnCollection.cs
- ObjectDataProvider.cs
- GlyphShapingProperties.cs
- CriticalHandle.cs
- ContextMarshalException.cs
- OuterGlowBitmapEffect.cs
- HybridDictionary.cs
- NamespaceMapping.cs
- ClientScriptItem.cs
- ConfigurationConverterBase.cs
- documentsequencetextview.cs
- PropertyHelper.cs
- CurrencyWrapper.cs
- BufferBuilder.cs
- StickyNoteContentControl.cs
- CodeTypeReferenceCollection.cs
- SQLConvert.cs
- HMACMD5.cs
- ButtonColumn.cs
- SafeCryptoHandles.cs
- ControlBindingsCollection.cs
- OptimizerPatterns.cs
- Int32AnimationUsingKeyFrames.cs
- PathGeometry.cs
- EntryPointNotFoundException.cs
- MetadataArtifactLoaderComposite.cs
- CornerRadius.cs
- SchemaElementDecl.cs
- EventRecordWrittenEventArgs.cs
- SqlConnectionStringBuilder.cs
- InputProcessorProfilesLoader.cs
- SoapHelper.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- HtmlLink.cs
- PassportAuthentication.cs
- DrawingImage.cs
- WebPartDisplayModeCollection.cs
- DynamicMethod.cs
- TextSelectionHelper.cs
- ResourceDictionary.cs
- ExternalException.cs
- PageClientProxyGenerator.cs
- CaseInsensitiveOrdinalStringComparer.cs
- Transform3DGroup.cs
- DetailsViewActionList.cs
- ProvidePropertyAttribute.cs
- NetNamedPipeSecurity.cs
- ZoneLinkButton.cs
- InvalidTimeZoneException.cs
- MetafileHeaderWmf.cs
- RepeaterCommandEventArgs.cs
- ComponentChangedEvent.cs
- BrowserCapabilitiesFactoryBase.cs
- DoubleStorage.cs
- MenuAdapter.cs
- ClockGroup.cs
- SQLResource.cs
- HtmlInputControl.cs
- SecurityKeyIdentifier.cs
- _LazyAsyncResult.cs
- PageAsyncTaskManager.cs
- AssociativeAggregationOperator.cs
- AutomationFocusChangedEventArgs.cs
- ResXBuildProvider.cs
- XmlTypeAttribute.cs
- GlobalEventManager.cs
- RelatedImageListAttribute.cs
- ObjectStorage.cs
- XmlEventCache.cs
- LogStore.cs
- AppDomainManager.cs
- QilLiteral.cs
- BamlTreeUpdater.cs
- StateItem.cs
- XXXOnTypeBuilderInstantiation.cs
- SkewTransform.cs
- IgnoreDeviceFilterElementCollection.cs
- ParagraphResult.cs
- DataGridRow.cs
- TextViewElement.cs
- VBCodeProvider.cs
- FileAuthorizationModule.cs
- elementinformation.cs
- FixedTextView.cs
- CompoundFileIOPermission.cs
- PageSettings.cs
- TraceListeners.cs
- BitmapInitialize.cs
- PersonalizationDictionary.cs
- Perspective.cs
- Compiler.cs
- ContentOperations.cs
- AppDomain.cs
- SwitchAttribute.cs
- BinaryCommonClasses.cs
- SqlInternalConnection.cs
- MergeEnumerator.cs
- CompiledXpathExpr.cs
- CLSCompliantAttribute.cs
- DataTableExtensions.cs