Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / AncestorChangedEventArgs.cs / 1305600 / AncestorChangedEventArgs.cs
using System; namespace System.Windows.Media { internal class AncestorChangedEventArgs { public AncestorChangedEventArgs(DependencyObject subRoot, DependencyObject oldParent) { _subRoot = subRoot; _oldParent = oldParent; } public DependencyObject Ancestor { get { return _subRoot; } } public DependencyObject OldParent { get { return _oldParent; } } private DependencyObject _subRoot; // direct child of the changed link. private DependencyObject _oldParent; // If link is cut; otherwise null. } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; namespace System.Windows.Media { internal class AncestorChangedEventArgs { public AncestorChangedEventArgs(DependencyObject subRoot, DependencyObject oldParent) { _subRoot = subRoot; _oldParent = oldParent; } public DependencyObject Ancestor { get { return _subRoot; } } public DependencyObject OldParent { get { return _oldParent; } } private DependencyObject _subRoot; // direct child of the changed link. private DependencyObject _oldParent; // If link is cut; otherwise null. } } // 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
- Vector3DAnimationBase.cs
- DataServiceBuildProvider.cs
- MemberHolder.cs
- ColumnResult.cs
- RSAOAEPKeyExchangeFormatter.cs
- HttpRuntimeSection.cs
- ADRoleFactoryConfiguration.cs
- BinHexDecoder.cs
- RowUpdatedEventArgs.cs
- ToolBarOverflowPanel.cs
- SmtpTransport.cs
- ModelService.cs
- BasicExpandProvider.cs
- SortQueryOperator.cs
- Profiler.cs
- xml.cs
- CmsInterop.cs
- WebBrowserNavigatingEventHandler.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- AppModelKnownContentFactory.cs
- DocumentXmlWriter.cs
- Guid.cs
- CqlErrorHelper.cs
- AppDomainEvidenceFactory.cs
- SecurityAlgorithmSuite.cs
- CacheHelper.cs
- SmiEventStream.cs
- Crypto.cs
- MatrixValueSerializer.cs
- Stream.cs
- AbandonedMutexException.cs
- ImageDrawing.cs
- SqlDataReader.cs
- ContainerControl.cs
- Event.cs
- BrushValueSerializer.cs
- Config.cs
- SendReply.cs
- Graph.cs
- SafeBitVector32.cs
- SourceInterpreter.cs
- precedingquery.cs
- FullTextLine.cs
- SmtpLoginAuthenticationModule.cs
- FileDataSourceCache.cs
- NamespaceMapping.cs
- FlowDocumentReaderAutomationPeer.cs
- NetNamedPipeBindingCollectionElement.cs
- ValidatorCollection.cs
- ImagingCache.cs
- ColorMatrix.cs
- TimeSpan.cs
- TimeSpanSecondsConverter.cs
- ValueUtilsSmi.cs
- AssemblyResourceLoader.cs
- ServerIdentity.cs
- Floater.cs
- ScriptResourceHandler.cs
- CatalogZoneBase.cs
- XmlSchemaAttributeGroup.cs
- ConfigurationStrings.cs
- QuarticEase.cs
- BufferedStream.cs
- TypeConverter.cs
- XmlNotation.cs
- PasswordTextNavigator.cs
- UpdateExpressionVisitor.cs
- DataGridSortCommandEventArgs.cs
- PreProcessor.cs
- AutomationElement.cs
- SpAudioStreamWrapper.cs
- OleCmdHelper.cs
- ArrangedElementCollection.cs
- LocalizationParserHooks.cs
- RSAPKCS1SignatureDeformatter.cs
- UpWmlMobileTextWriter.cs
- cookie.cs
- SystemSounds.cs
- DesignerActionPropertyItem.cs
- SimpleTypeResolver.cs
- ChannelReliableSession.cs
- Int32.cs
- HashCodeCombiner.cs
- SqlCacheDependencyDatabaseCollection.cs
- DynamicValueConverter.cs
- ThreadStartException.cs
- SafeRightsManagementQueryHandle.cs
- InfoCardSymmetricAlgorithm.cs
- BitmapEffect.cs
- ReversePositionQuery.cs
- PhysicalFontFamily.cs
- PageContentAsyncResult.cs
- DllNotFoundException.cs
- ModuleBuilder.cs
- LocatorGroup.cs
- Perspective.cs
- ProfileEventArgs.cs
- SecurityContext.cs
- AttributeQuery.cs
- ServiceProviders.cs