14 references to UIElementHelper
PresentationCore (14)
MS\Internal\SynchronizedInputHelper.cs (1)
133visualParent = UIElementHelper.GetUIParent(o);
System\Windows\Input\AccessKeyManager.cs (1)
532element = UIElementHelper.GetUIParent(element);
System\Windows\UIElement.cs (9)
568UIElementHelper.InvalidateAutomationAncestors(this); 781UIElementHelper.InvalidateAutomationAncestors(this); 1601return UIElementHelper.GetUIParent(this, false); 1606return UIElementHelper.GetUIParent(this, continuePastVisualTree); 2127if(UIElementHelper.IsUIElementOrUIElement3D(currentNode)) 2129if(!UIElementHelper.IsVisible(currentNode)) 2136if(!UIElementHelper.IsHitTestVisible(currentNode)) 3759if (parent == null || UIElementHelper.IsHitTestVisible(parent)) 3871constraintAllowsVisible = UIElementHelper.IsVisible(parent);
System\Windows\UIElement3D.cs (3)
297return UIElementHelper.GetUIParent(this, continuePastVisualTree); 989if (parent == null || UIElementHelper.IsHitTestVisible(parent)) 1092constraintAllowsVisible = UIElementHelper.IsVisible(parent);