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
- KnownTypesProvider.cs
- AutoGeneratedFieldProperties.cs
- AccessKeyManager.cs
- _ConnectOverlappedAsyncResult.cs
- HttpListenerRequest.cs
- SQLByte.cs
- SQLBytes.cs
- SendSecurityHeaderElementContainer.cs
- Trace.cs
- ObjectDesignerDataSourceView.cs
- RepeatBehavior.cs
- RootAction.cs
- XmlEventCache.cs
- smtpconnection.cs
- SQLDateTimeStorage.cs
- BookmarkUndoUnit.cs
- CopyAction.cs
- DataGridViewSelectedRowCollection.cs
- CallbackHandler.cs
- ObjectMaterializedEventArgs.cs
- ServiceAuthorizationElement.cs
- HttpRequest.cs
- DataGridViewLinkCell.cs
- InternalControlCollection.cs
- AttachedAnnotationChangedEventArgs.cs
- SmtpReplyReaderFactory.cs
- TextControl.cs
- StyleXamlParser.cs
- ReadOnlyAttribute.cs
- TraceFilter.cs
- DataExpression.cs
- CodeAccessSecurityEngine.cs
- shaperfactory.cs
- EmptyEnumerator.cs
- SecurityTokenProviderContainer.cs
- SQLString.cs
- Predicate.cs
- webproxy.cs
- HtmlInputSubmit.cs
- ByValueEqualityComparer.cs
- WebBrowserProgressChangedEventHandler.cs
- InputMethodStateChangeEventArgs.cs
- Stylesheet.cs
- UnsafePeerToPeerMethods.cs
- AutomationPatternInfo.cs
- XhtmlBasicValidationSummaryAdapter.cs
- QueryContinueDragEventArgs.cs
- WebBrowserNavigatedEventHandler.cs
- HtmlEncodedRawTextWriter.cs
- BehaviorEditorPart.cs
- HttpApplicationFactory.cs
- FileInfo.cs
- WebAdminConfigurationHelper.cs
- UIPermission.cs
- SqlBooleanizer.cs
- ParserContext.cs
- ErrorHandlerFaultInfo.cs
- XmlTextReaderImplHelpers.cs
- Panel.cs
- XamlTreeBuilderBamlRecordWriter.cs
- ToolStripCustomTypeDescriptor.cs
- SqlRetyper.cs
- XmlUtilWriter.cs
- _Win32.cs
- XamlSerializerUtil.cs
- TracedNativeMethods.cs
- SingleQueryOperator.cs
- ProfilePropertySettings.cs
- SmiTypedGetterSetter.cs
- FlatButtonAppearance.cs
- SafeBitVector32.cs
- XmlReader.cs
- QuaternionAnimationUsingKeyFrames.cs
- Track.cs
- HttpCacheParams.cs
- MatchAttribute.cs
- ProtocolsSection.cs
- XamlDebuggerXmlReader.cs
- ObservableDictionary.cs
- RtfToken.cs
- SizeF.cs
- XmlArrayItemAttributes.cs
- SignatureToken.cs
- CharEnumerator.cs
- OperandQuery.cs
- DataContractSerializerElement.cs
- SHA1CryptoServiceProvider.cs
- BaseInfoTable.cs
- ExpandoClass.cs
- HitTestParameters.cs
- GenericTypeParameterBuilder.cs
- Timer.cs
- StaticDataManager.cs
- DataControlImageButton.cs
- GACMembershipCondition.cs
- UrlMappingCollection.cs
- CodeMemberField.cs
- SortDescription.cs
- DynamicDataRoute.cs
- TypeDelegator.cs