6 references to Ancestor
PresentationCore (3)
System\Windows\PresentationSource.cs (1)
524
UpdateSourceOfElement(uie, e.
Ancestor
, e.OldParent);
System\Windows\UIElement.cs (1)
1538
if(parent != null && VisualTreeHelper.IsAncestorOf(e.
Ancestor
, parent))
System\Windows\UIElement3D.cs (1)
238
if (parent != null && VisualTreeHelper.IsAncestorOf(e.
Ancestor
, parent))
PresentationFramework (3)
System\Windows\FrameworkElement.cs (3)
2537
if(feParent == null || !VisualTreeHelper.IsAncestorOf(e.
Ancestor
, feParent))
2540
BroadcastEventHelper.AddOrRemoveHasLoadedChangeHandlerFlag(this, null, VisualTreeHelper.GetParent(e.
Ancestor
));
2543
BroadcastEventHelper.BroadcastLoadedOrUnloadedEvent(this, null, VisualTreeHelper.GetParent(e.
Ancestor
));