Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- DelegatedStream.cs
- DataGridViewDesigner.cs
- HwndSourceKeyboardInputSite.cs
- Token.cs
- DefaultMemberAttribute.cs
- Rotation3DAnimationBase.cs
- EdmToObjectNamespaceMap.cs
- StorageComplexTypeMapping.cs
- QuaternionConverter.cs
- ScrollItemPattern.cs
- GridView.cs
- GridEntryCollection.cs
- FrameDimension.cs
- ETagAttribute.cs
- ObjectHelper.cs
- BitmapMetadataEnumerator.cs
- DataAccessor.cs
- Win32Exception.cs
- VScrollBar.cs
- shaperfactoryquerycacheentry.cs
- XmlCodeExporter.cs
- XmlAttributeAttribute.cs
- NamespaceExpr.cs
- ListViewGroup.cs
- PerfService.cs
- SqlClientPermission.cs
- MarkupProperty.cs
- SchemaObjectWriter.cs
- Iis7Helper.cs
- SQLMoneyStorage.cs
- InputProcessorProfilesLoader.cs
- PageParserFilter.cs
- securitycriticaldataClass.cs
- SoapExtensionStream.cs
- Style.cs
- ISFClipboardData.cs
- SqlProfileProvider.cs
- DynamicValueConverter.cs
- NativeCompoundFileAPIs.cs
- LocalFileSettingsProvider.cs
- BamlBinaryWriter.cs
- ByteArrayHelperWithString.cs
- GridItemProviderWrapper.cs
- IIS7UserPrincipal.cs
- DiscoveryUtility.cs
- ParameterBinding.cs
- BigInt.cs
- TransformedBitmap.cs
- DebugView.cs
- SR.cs
- UIElement3D.cs
- safesecurityhelperavalon.cs
- CellTreeNodeVisitors.cs
- QilReplaceVisitor.cs
- WriteFileContext.cs
- Ref.cs
- SharedPersonalizationStateInfo.cs
- RowToFieldTransformer.cs
- __TransparentProxy.cs
- ValueQuery.cs
- SystemWebExtensionsSectionGroup.cs
- SemaphoreFullException.cs
- DataStorage.cs
- PolicyException.cs
- WindowInteractionStateTracker.cs
- SafeBitVector32.cs
- Utility.cs
- CodeBinaryOperatorExpression.cs
- ClientData.cs
- HeaderElement.cs
- CapabilitiesPattern.cs
- ValidationPropertyAttribute.cs
- EnumMember.cs
- DescendentsWalkerBase.cs
- Rectangle.cs
- XmlAttributeOverrides.cs
- TimestampInformation.cs
- ColumnResult.cs
- RegisteredDisposeScript.cs
- HttpPostedFile.cs
- DBSqlParserTable.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- ExpressionPrinter.cs
- XmlSchemaAppInfo.cs
- DbDeleteCommandTree.cs
- SimpleApplicationHost.cs
- CodeSubDirectoriesCollection.cs
- PageThemeBuildProvider.cs
- OutputWindow.cs
- TextRange.cs
- IndexerHelper.cs
- DockPattern.cs
- TemplateControl.cs
- GeometryModel3D.cs
- StateMachineHelpers.cs
- EventHandlers.cs
- QilGenerator.cs
- XmlSchemaExternal.cs
- PeerCollaboration.cs
- InterleavedZipPartStream.cs