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
- ValueConversionAttribute.cs
- MultipleViewProviderWrapper.cs
- HGlobalSafeHandle.cs
- Expander.cs
- GraphicsPathIterator.cs
- CheckableControlBaseAdapter.cs
- ToolStripDropDownButton.cs
- SiteMapHierarchicalDataSourceView.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- BrowserPolicyValidator.cs
- StringComparer.cs
- CheckPair.cs
- DemultiplexingDispatchMessageFormatter.cs
- XmlAttributeOverrides.cs
- CursorInteropHelper.cs
- QueryableDataSource.cs
- ListItemsPage.cs
- ObjectTokenCategory.cs
- SerialReceived.cs
- AttributeParameterInfo.cs
- SoapSchemaExporter.cs
- DivideByZeroException.cs
- CodeDirectoryCompiler.cs
- Control.cs
- AssemblyResourceLoader.cs
- User.cs
- TransformedBitmap.cs
- TargetConverter.cs
- BadImageFormatException.cs
- OLEDB_Util.cs
- ValidationSummary.cs
- WebDescriptionAttribute.cs
- FileDetails.cs
- PresentationTraceSources.cs
- TableFieldsEditor.cs
- Visual3DCollection.cs
- MouseOverProperty.cs
- ReverseComparer.cs
- ExpressionBindings.cs
- GridViewItemAutomationPeer.cs
- ResXResourceReader.cs
- FunctionUpdateCommand.cs
- CharAnimationBase.cs
- CollectionViewProxy.cs
- CustomError.cs
- SortQueryOperator.cs
- LineInfo.cs
- AbstractExpressions.cs
- PackWebRequest.cs
- ComplexType.cs
- Converter.cs
- SqlDelegatedTransaction.cs
- ISAPIRuntime.cs
- WebExceptionStatus.cs
- RenderingBiasValidation.cs
- QilIterator.cs
- ContentPresenter.cs
- XmlEventCache.cs
- IResourceProvider.cs
- TextSelection.cs
- ArraySortHelper.cs
- TransformProviderWrapper.cs
- Attributes.cs
- AnnotationAuthorChangedEventArgs.cs
- ComponentDispatcherThread.cs
- Triplet.cs
- PropertyPushdownHelper.cs
- Point4D.cs
- UpdatePanel.cs
- SessionStateItemCollection.cs
- DtdParser.cs
- ServiceSettingsResponseInfo.cs
- TreeIterator.cs
- WorkflowQueuingService.cs
- WebPartManager.cs
- RightsManagementManager.cs
- PropertyEmitter.cs
- StartUpEventArgs.cs
- GridProviderWrapper.cs
- CombinedTcpChannel.cs
- RepeatButtonAutomationPeer.cs
- LinkDescriptor.cs
- RoleGroup.cs
- activationcontext.cs
- InputProviderSite.cs
- GridItemProviderWrapper.cs
- DataKeyArray.cs
- RequestQueue.cs
- ECDsa.cs
- ListBindingConverter.cs
- TrackingExtract.cs
- Boolean.cs
- ReflectEventDescriptor.cs
- SelectionItemProviderWrapper.cs
- ComponentEditorForm.cs
- ToolStripRendererSwitcher.cs
- RIPEMD160Managed.cs
- DocumentCollection.cs
- GiveFeedbackEventArgs.cs
- NameSpaceExtractor.cs