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)
559UIElementHelper.InvalidateAutomationAncestors(this); 772UIElementHelper.InvalidateAutomationAncestors(this); 1588return UIElementHelper.GetUIParent(this, false); 1593return UIElementHelper.GetUIParent(this, continuePastVisualTree); 2114if(UIElementHelper.IsUIElementOrUIElement3D(currentNode)) 2116if(!UIElementHelper.IsVisible(currentNode)) 2123if(!UIElementHelper.IsHitTestVisible(currentNode)) 3746if (parent == null || UIElementHelper.IsHitTestVisible(parent)) 3858constraintAllowsVisible = UIElementHelper.IsVisible(parent);
System\Windows\UIElement3D.cs (3)
282return UIElementHelper.GetUIParent(this, continuePastVisualTree); 974if (parent == null || UIElementHelper.IsHitTestVisible(parent)) 1077constraintAllowsVisible = UIElementHelper.IsVisible(parent);