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