Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- ExpressionBindingCollection.cs
- ChannelDemuxer.cs
- CertificateElement.cs
- CursorConverter.cs
- DbProviderServices.cs
- XmlChildEnumerator.cs
- TextElementEnumerator.cs
- UIServiceHelper.cs
- DnsElement.cs
- XmlHierarchicalEnumerable.cs
- DesignerAutoFormatCollection.cs
- SiteMapNodeCollection.cs
- EventLogger.cs
- IntSecurity.cs
- ColumnCollection.cs
- HttpContext.cs
- MediaElement.cs
- ActivityScheduledQuery.cs
- ParameterCollectionEditorForm.cs
- ConvertersCollection.cs
- IsolatedStorageFileStream.cs
- TextViewSelectionProcessor.cs
- XmlNamespaceMappingCollection.cs
- StreamWriter.cs
- ToolStripArrowRenderEventArgs.cs
- ProtocolViolationException.cs
- WebPartMovingEventArgs.cs
- EnumerableCollectionView.cs
- ListSortDescriptionCollection.cs
- CacheDependency.cs
- CancellationToken.cs
- EntryPointNotFoundException.cs
- Win32.cs
- MouseBinding.cs
- SmtpFailedRecipientsException.cs
- Blend.cs
- ListManagerBindingsCollection.cs
- SystemInformation.cs
- AssemblyBuilderData.cs
- ToolStripControlHost.cs
- ProgressBarAutomationPeer.cs
- AnnotationObservableCollection.cs
- Memoizer.cs
- DecoderFallback.cs
- Point4DConverter.cs
- DataKey.cs
- DataChangedEventManager.cs
- TemplatedWizardStep.cs
- MessageDispatch.cs
- MaskedTextBox.cs
- TextDecorationLocationValidation.cs
- ImageMetadata.cs
- DataGridViewHeaderCell.cs
- TraceRecords.cs
- _FtpControlStream.cs
- DesignerSerializerAttribute.cs
- HttpProcessUtility.cs
- DesignerActionVerbList.cs
- FontInfo.cs
- CommandSet.cs
- CompoundFileReference.cs
- ReferenceSchema.cs
- ScriptingWebServicesSectionGroup.cs
- ByteConverter.cs
- Tile.cs
- AdornedElementPlaceholder.cs
- DeferredElementTreeState.cs
- FontFamily.cs
- ThreadAttributes.cs
- XmlSchemas.cs
- BitmapDecoder.cs
- DateTimeConverter.cs
- TemplateControl.cs
- XPathNavigatorReader.cs
- Int32RectValueSerializer.cs
- BitmapImage.cs
- Vertex.cs
- QilName.cs
- AssemblyBuilder.cs
- TextBoxRenderer.cs
- RegistryConfigurationProvider.cs
- WindowsListViewGroup.cs
- ModuleConfigurationInfo.cs
- ExternalDataExchangeService.cs
- EntityDataSourceDataSelection.cs
- StylusButtonEventArgs.cs
- XmlTextWriter.cs
- ViewgenGatekeeper.cs
- StoreAnnotationsMap.cs
- IOThreadTimer.cs
- ProgressBarRenderer.cs
- ITextView.cs
- XmlMemberMapping.cs
- EmptyEnumerator.cs
- SqlDataSourceFilteringEventArgs.cs
- RsaKeyIdentifierClause.cs
- RegularExpressionValidator.cs
- AttributedMetaModel.cs
- ContextMenu.cs
- ListDictionaryInternal.cs