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