14 references to UIElementHelper
PresentationCore (14)
MS\Internal\SynchronizedInputHelper.cs (1)
129visualParent = UIElementHelper.GetUIParent(o);
System\Windows\Input\AccessKeyManager.cs (1)
520element = UIElementHelper.GetUIParent(element);
System\Windows\UIElement.cs (9)
563UIElementHelper.InvalidateAutomationAncestors(this); 776UIElementHelper.InvalidateAutomationAncestors(this); 1596return UIElementHelper.GetUIParent(this, false); 1601return UIElementHelper.GetUIParent(this, continuePastVisualTree); 2122if(UIElementHelper.IsUIElementOrUIElement3D(currentNode)) 2124if(!UIElementHelper.IsVisible(currentNode)) 2131if(!UIElementHelper.IsHitTestVisible(currentNode)) 3754if (parent == null || UIElementHelper.IsHitTestVisible(parent)) 3866constraintAllowsVisible = UIElementHelper.IsVisible(parent);
System\Windows\UIElement3D.cs (3)
282return UIElementHelper.GetUIParent(this, continuePastVisualTree); 974if (parent == null || UIElementHelper.IsHitTestVisible(parent)) 1077constraintAllowsVisible = UIElementHelper.IsVisible(parent);