14 references to UIElementHelper
PresentationCore (14)
Core\CSharp\MS\Internal\SynchronizedInputHelper.cs (1)
129visualParent = UIElementHelper.GetUIParent(o);
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
613element = UIElementHelper.GetUIParent(element);
Core\CSharp\System\Windows\UIElement.cs (9)
575UIElementHelper.InvalidateAutomationAncestors(this); 788UIElementHelper.InvalidateAutomationAncestors(this); 1615return UIElementHelper.GetUIParent(this, false); 1620return UIElementHelper.GetUIParent(this, continuePastVisualTree); 2155if(UIElementHelper.IsUIElementOrUIElement3D(currentNode)) 2157if(!UIElementHelper.IsVisible(currentNode)) 2164if(!UIElementHelper.IsHitTestVisible(currentNode)) 3794if (parent == null || UIElementHelper.IsHitTestVisible(parent)) 3911constraintAllowsVisible = UIElementHelper.IsVisible(parent);
Core\CSharp\System\Windows\UIElement3D.cs (3)
304return UIElementHelper.GetUIParent(this, continuePastVisualTree); 997if (parent == null || UIElementHelper.IsHitTestVisible(parent)) 1105constraintAllowsVisible = UIElementHelper.IsVisible(parent);