14 references to UIElementHelper
PresentationCore (14)
MS\Internal\SynchronizedInputHelper.cs (1)
128visualParent = UIElementHelper.GetUIParent(o);
System\Windows\Input\AccessKeyManager.cs (1)
519element = UIElementHelper.GetUIParent(element);
System\Windows\UIElement.cs (9)
558UIElementHelper.InvalidateAutomationAncestors(this); 771UIElementHelper.InvalidateAutomationAncestors(this); 1587return UIElementHelper.GetUIParent(this, false); 1592return UIElementHelper.GetUIParent(this, continuePastVisualTree); 2113if(UIElementHelper.IsUIElementOrUIElement3D(currentNode)) 2115if(!UIElementHelper.IsVisible(currentNode)) 2122if(!UIElementHelper.IsHitTestVisible(currentNode)) 3738if (parent == null || UIElementHelper.IsHitTestVisible(parent)) 3850constraintAllowsVisible = UIElementHelper.IsVisible(parent);
System\Windows\UIElement3D.cs (3)
281return UIElementHelper.GetUIParent(this, continuePastVisualTree); 972if (parent == null || UIElementHelper.IsHitTestVisible(parent)) 1075constraintAllowsVisible = UIElementHelper.IsVisible(parent);