2 instantiations of AncestorChangedEventArgs
PresentationCore (2)
System\Windows\Media\Visual.cs (1)
3996AncestorChangedEventArgs args = new AncestorChangedEventArgs(this, oldParent);
System\Windows\Media3D\Visual3D.cs (1)
490AncestorChangedEventArgs args = new AncestorChangedEventArgs(this, oldParent);
10 references to AncestorChangedEventArgs
PresentationCore (10)
System\Windows\Media\Visual.cs (3)
3996AncestorChangedEventArgs args = new AncestorChangedEventArgs(this, oldParent); 4095internal static void ProcessAncestorChangedNotificationRecursive(DependencyObject e, AncestorChangedEventArgs args) 5316internal delegate void AncestorChangedEventHandler(object sender, AncestorChangedEventArgs e);
System\Windows\Media3D\Visual3D.cs (2)
490AncestorChangedEventArgs args = new AncestorChangedEventArgs(this, oldParent); 560internal static void ProcessAncestorChangedNotificationRecursive(DependencyObject e, AncestorChangedEventArgs args)
System\Windows\PresentationSource.cs (1)
544internal static void OnVisualAncestorChanged(DependencyObject uie, AncestorChangedEventArgs e)
System\Windows\UIElement.cs (2)
1530private void OnVisualAncestorChanged_ForceInherit(object sender, AncestorChangedEventArgs e) 1586internal void OnVisualAncestorChanged(object sender, AncestorChangedEventArgs e)
System\Windows\UIElement3D.cs (2)
232private void OnVisualAncestorChanged_ForceInherit(object sender, AncestorChangedEventArgs e) 288internal void OnVisualAncestorChanged(object sender, AncestorChangedEventArgs e)