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
- KnownIds.cs
- SqlDataSource.cs
- BufferBuilder.cs
- NameValueSectionHandler.cs
- Roles.cs
- PreservationFileReader.cs
- Part.cs
- WCFBuildProvider.cs
- ProxyDataContractResolver.cs
- MenuItem.cs
- RoleGroupCollection.cs
- SurrogateEncoder.cs
- Root.cs
- StateBag.cs
- InputMethodStateTypeInfo.cs
- SymbolEqualComparer.cs
- PersonalizationProvider.cs
- Or.cs
- PermissionToken.cs
- DataGridViewTextBoxColumn.cs
- XamlLoadErrorInfo.cs
- SqlTriggerContext.cs
- CachedRequestParams.cs
- ErrorRuntimeConfig.cs
- MemoryRecordBuffer.cs
- SByte.cs
- AsymmetricKeyExchangeDeformatter.cs
- LateBoundBitmapDecoder.cs
- XmlnsDefinitionAttribute.cs
- HttpCapabilitiesSectionHandler.cs
- CriticalExceptions.cs
- RadioButtonRenderer.cs
- DiscoveryDocumentLinksPattern.cs
- PrimitiveXmlSerializers.cs
- DataGridViewColumnEventArgs.cs
- HttpDictionary.cs
- BaseTemplatedMobileComponentEditor.cs
- CharAnimationUsingKeyFrames.cs
- TdsParserStaticMethods.cs
- DataBoundControlAdapter.cs
- UnsafeNativeMethods.cs
- DbConnectionFactory.cs
- RNGCryptoServiceProvider.cs
- TextChange.cs
- SendMailErrorEventArgs.cs
- LinkedDataMemberFieldEditor.cs
- If.cs
- MaterialCollection.cs
- Vector3DValueSerializer.cs
- StorageAssociationTypeMapping.cs
- SequentialOutput.cs
- XmlBinaryReader.cs
- RemotingAttributes.cs
- PerformanceCounterManager.cs
- BrowserCapabilitiesCodeGenerator.cs
- SystemIPInterfaceProperties.cs
- CommentAction.cs
- PerformanceCounterPermissionAttribute.cs
- FontDifferentiator.cs
- InheritanceAttribute.cs
- DataKeyArray.cs
- _NegoStream.cs
- _FtpControlStream.cs
- Stackframe.cs
- StringValidator.cs
- Header.cs
- Timer.cs
- PrintPreviewDialog.cs
- SecurityException.cs
- SecurityTokenResolver.cs
- QilInvokeLateBound.cs
- TabItemAutomationPeer.cs
- RemotingClientProxy.cs
- SerializationInfoEnumerator.cs
- ReadOnlyHierarchicalDataSource.cs
- XPathArrayIterator.cs
- EFColumnProvider.cs
- EntityProviderServices.cs
- FormsAuthenticationTicket.cs
- FontDifferentiator.cs
- SurrogateEncoder.cs
- UnsafeNativeMethods.cs
- PasswordTextContainer.cs
- GridView.cs
- DataGridViewControlCollection.cs
- MetadataUtilsSmi.cs
- ProgressBar.cs
- WaitHandleCannotBeOpenedException.cs
- Propagator.JoinPropagator.cs
- VirtualPathData.cs
- Graph.cs
- DesignTimeParseData.cs
- ComponentEditorPage.cs
- DataGridClipboardHelper.cs
- Predicate.cs
- SettingsPropertyCollection.cs
- CallTemplateAction.cs
- ADMembershipProvider.cs
- StringUtil.cs
- MapPathBasedVirtualPathProvider.cs