Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media / AncestorChangedEventArgs.cs / 1 / 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
- BindingContext.cs
- ActiveXSite.cs
- RuntimeEnvironment.cs
- Mouse.cs
- ProfilePropertySettingsCollection.cs
- NextPreviousPagerField.cs
- RegionData.cs
- ExecutionContext.cs
- MailHeaderInfo.cs
- ComplexLine.cs
- IconConverter.cs
- TileBrush.cs
- TraceFilter.cs
- DataFieldCollectionEditor.cs
- DashStyle.cs
- DateTimeSerializationSection.cs
- ModelVisual3D.cs
- AssemblyBuilder.cs
- SqlDeflator.cs
- mediaeventargs.cs
- CommunicationException.cs
- TemplateParser.cs
- WebPartCatalogCloseVerb.cs
- MiniCustomAttributeInfo.cs
- ArgumentDesigner.xaml.cs
- WebScriptMetadataFormatter.cs
- WriteableBitmap.cs
- MultilineStringConverter.cs
- ExpressionBuilderContext.cs
- ToolStripItemRenderEventArgs.cs
- LinqDataSourceInsertEventArgs.cs
- UxThemeWrapper.cs
- ByteConverter.cs
- OutputCacheProfileCollection.cs
- iisPickupDirectory.cs
- ChangePasswordDesigner.cs
- Frame.cs
- DrawingGroup.cs
- Int32Rect.cs
- StaticFileHandler.cs
- PropertyPushdownHelper.cs
- WeakReadOnlyCollection.cs
- ObfuscationAttribute.cs
- RemoteWebConfigurationHost.cs
- EndOfStreamException.cs
- TextTreeInsertUndoUnit.cs
- TimeSpanStorage.cs
- PreApplicationStartMethodAttribute.cs
- PersistenceProviderBehavior.cs
- RegexParser.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- ProxyWebPartManagerDesigner.cs
- CodeObject.cs
- OdbcHandle.cs
- TargetControlTypeCache.cs
- base64Transforms.cs
- PerCallInstanceContextProvider.cs
- NativeObjectSecurity.cs
- XmlValueConverter.cs
- TextOnlyOutput.cs
- TextAction.cs
- MemberHolder.cs
- GridViewDeletedEventArgs.cs
- TrustLevelCollection.cs
- SignalGate.cs
- ObjectSet.cs
- SQLDateTime.cs
- Timer.cs
- DataGridTablesFactory.cs
- SoapObjectInfo.cs
- UnsafeNativeMethods.cs
- EnumValAlphaComparer.cs
- KnownIds.cs
- xsdvalidator.cs
- ImageDrawing.cs
- AttachmentCollection.cs
- Positioning.cs
- SeparatorAutomationPeer.cs
- InternalMappingException.cs
- UnmanagedHandle.cs
- NavigationFailedEventArgs.cs
- FilterElement.cs
- GrammarBuilderWildcard.cs
- IItemProperties.cs
- SchemaElementDecl.cs
- GeneralTransform2DTo3D.cs
- ObjectItemLoadingSessionData.cs
- ObjectTag.cs
- DescendentsWalkerBase.cs
- FloatAverageAggregationOperator.cs
- ExternalException.cs
- XmlRawWriter.cs
- X509SecurityToken.cs
- XamlReader.cs
- TdsParserSafeHandles.cs
- Exceptions.cs
- OperatingSystem.cs
- WithParamAction.cs
- TrackingServices.cs
- TextRangeProviderWrapper.cs