2 instantiations of AncestorChangedEventArgs
PresentationCore (2)
System\Windows\Media\Visual.cs (1)
3980AncestorChangedEventArgs args = new AncestorChangedEventArgs(this, oldParent);
System\Windows\Media3D\Visual3D.cs (1)
482AncestorChangedEventArgs args = new AncestorChangedEventArgs(this, oldParent);
10 references to AncestorChangedEventArgs
PresentationCore (10)
System\Windows\Media\Visual.cs (3)
3980AncestorChangedEventArgs args = new AncestorChangedEventArgs(this, oldParent); 4079internal static void ProcessAncestorChangedNotificationRecursive(DependencyObject e, AncestorChangedEventArgs args) 5300internal delegate void AncestorChangedEventHandler(object sender, AncestorChangedEventArgs e);
System\Windows\Media3D\Visual3D.cs (2)
482AncestorChangedEventArgs args = new AncestorChangedEventArgs(this, oldParent); 552internal static void ProcessAncestorChangedNotificationRecursive(DependencyObject e, AncestorChangedEventArgs args)
System\Windows\PresentationSource.cs (1)
534internal static void OnVisualAncestorChanged(DependencyObject uie, AncestorChangedEventArgs e)
System\Windows\UIElement.cs (2)
1525private void OnVisualAncestorChanged_ForceInherit(object sender, AncestorChangedEventArgs e) 1581internal void OnVisualAncestorChanged(object sender, AncestorChangedEventArgs e)
System\Windows\UIElement3D.cs (2)
217private void OnVisualAncestorChanged_ForceInherit(object sender, AncestorChangedEventArgs e) 273internal void OnVisualAncestorChanged(object sender, AncestorChangedEventArgs e)