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)
563
UIElementHelper
.InvalidateAutomationAncestors(this);
776
UIElementHelper
.InvalidateAutomationAncestors(this);
1596
return
UIElementHelper
.GetUIParent(this, false);
1601
return
UIElementHelper
.GetUIParent(this, continuePastVisualTree);
2122
if(
UIElementHelper
.IsUIElementOrUIElement3D(currentNode))
2124
if(!
UIElementHelper
.IsVisible(currentNode))
2131
if(!
UIElementHelper
.IsHitTestVisible(currentNode))
3754
if (parent == null ||
UIElementHelper
.IsHitTestVisible(parent))
3866
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);