14 references to UIElementHelper
PresentationCore (14)
MS\Internal\SynchronizedInputHelper.cs (1)
129
visualParent =
UIElementHelper
.GetUIParent(o);
System\Windows\Input\AccessKeyManager.cs (1)
520
element =
UIElementHelper
.GetUIParent(element);
System\Windows\UIElement.cs (9)
559
UIElementHelper
.InvalidateAutomationAncestors(this);
772
UIElementHelper
.InvalidateAutomationAncestors(this);
1588
return
UIElementHelper
.GetUIParent(this, false);
1593
return
UIElementHelper
.GetUIParent(this, continuePastVisualTree);
2114
if(
UIElementHelper
.IsUIElementOrUIElement3D(currentNode))
2116
if(!
UIElementHelper
.IsVisible(currentNode))
2123
if(!
UIElementHelper
.IsHitTestVisible(currentNode))
3746
if (parent == null ||
UIElementHelper
.IsHitTestVisible(parent))
3858
constraintAllowsVisible =
UIElementHelper
.IsVisible(parent);
System\Windows\UIElement3D.cs (3)
282
return
UIElementHelper
.GetUIParent(this, continuePastVisualTree);
974
if (parent == null ||
UIElementHelper
.IsHitTestVisible(parent))
1077
constraintAllowsVisible =
UIElementHelper
.IsVisible(parent);