2 instantiations of AncestorChangedEventArgs
PresentationCore (2)
System\Windows\Media\Visual.cs (1)
3977AncestorChangedEventArgs args = new AncestorChangedEventArgs(this, oldParent);
System\Windows\Media3D\Visual3D.cs (1)
481AncestorChangedEventArgs args = new AncestorChangedEventArgs(this, oldParent);
10 references to AncestorChangedEventArgs
PresentationCore (10)
System\Windows\Media\Visual.cs (3)
3977AncestorChangedEventArgs args = new AncestorChangedEventArgs(this, oldParent); 4076internal static void ProcessAncestorChangedNotificationRecursive(DependencyObject e, AncestorChangedEventArgs args) 5291internal delegate void AncestorChangedEventHandler(object sender, AncestorChangedEventArgs e);
System\Windows\Media3D\Visual3D.cs (2)
481AncestorChangedEventArgs args = new AncestorChangedEventArgs(this, oldParent); 551internal static void ProcessAncestorChangedNotificationRecursive(DependencyObject e, AncestorChangedEventArgs args)
System\Windows\PresentationSource.cs (1)
518internal static void OnVisualAncestorChanged(DependencyObject uie, AncestorChangedEventArgs e)
System\Windows\UIElement.cs (2)
1516private void OnVisualAncestorChanged_ForceInherit(object sender, AncestorChangedEventArgs e) 1572internal void OnVisualAncestorChanged(object sender, AncestorChangedEventArgs e)
System\Windows\UIElement3D.cs (2)
216private void OnVisualAncestorChanged_ForceInherit(object sender, AncestorChangedEventArgs e) 272internal void OnVisualAncestorChanged(object sender, AncestorChangedEventArgs e)