Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConnectionPointGlyph.cs
- ErrorRuntimeConfig.cs
- InvalidStoreProtectionKeyException.cs
- WizardForm.cs
- ServiceContractViewControl.Designer.cs
- EntityDataReader.cs
- PathSegment.cs
- COM2Properties.cs
- DeploymentSection.cs
- HijriCalendar.cs
- SpeechSeg.cs
- WebUtility.cs
- SafeSecurityHelper.cs
- CollectionViewGroupRoot.cs
- ScanQueryOperator.cs
- RawKeyboardInputReport.cs
- SmtpNetworkElement.cs
- ClientRuntimeConfig.cs
- PointKeyFrameCollection.cs
- Base64Encoding.cs
- WorkflowQueue.cs
- DrawToolTipEventArgs.cs
- PageThemeBuildProvider.cs
- DecimalStorage.cs
- WindowsPen.cs
- ReadOnlyPropertyMetadata.cs
- DbProviderConfigurationHandler.cs
- AsyncDataRequest.cs
- SessionState.cs
- XsdDuration.cs
- RoutedEventHandlerInfo.cs
- SerializationObjectManager.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- PropertyChangingEventArgs.cs
- CodeTypeDeclaration.cs
- WaitHandle.cs
- HtmlInputHidden.cs
- ValidatingPropertiesEventArgs.cs
- VideoDrawing.cs
- TransformerInfoCollection.cs
- ZipIOCentralDirectoryFileHeader.cs
- DataGridViewColumnConverter.cs
- MD5.cs
- RuntimeWrappedException.cs
- IPAddressCollection.cs
- DispatchWrapper.cs
- SchemaManager.cs
- CodeDefaultValueExpression.cs
- CodeMemberProperty.cs
- TextViewDesigner.cs
- DependsOnAttribute.cs
- ColumnMap.cs
- IPGlobalProperties.cs
- RsaSecurityTokenAuthenticator.cs
- ConfigurationManagerHelperFactory.cs
- CollectionExtensions.cs
- OpenFileDialog.cs
- TextBoxBase.cs
- GlyphRunDrawing.cs
- ImageIndexConverter.cs
- TypeForwardedToAttribute.cs
- EdmItemError.cs
- CharEnumerator.cs
- ProofTokenCryptoHandle.cs
- rsa.cs
- Environment.cs
- LicenseException.cs
- HostExecutionContextManager.cs
- ActivityExecutorDelegateInfo.cs
- SqlRowUpdatedEvent.cs
- DetailsViewCommandEventArgs.cs
- CuspData.cs
- AncillaryOps.cs
- HelpInfo.cs
- NodeInfo.cs
- Utils.cs
- PathFigure.cs
- ExpressionNormalizer.cs
- PassportAuthenticationModule.cs
- CAGDesigner.cs
- BaseProcessor.cs
- TokenFactoryFactory.cs
- SettingsProperty.cs
- CompilerParameters.cs
- UnknownWrapper.cs
- StatusBarPanelClickEvent.cs
- Int64Storage.cs
- DataGridViewCellStyle.cs
- WebPartDisplayModeCollection.cs
- Pair.cs
- ScrollBar.cs
- EventWaitHandleSecurity.cs
- SoapAttributeAttribute.cs
- Debug.cs
- GradientStop.cs
- DocumentPage.cs
- ToolStripContainerDesigner.cs
- AssemblyNameProxy.cs
- SdlChannelSink.cs
- TextServicesContext.cs