14 references to UIElementHelper
PresentationCore (14)
MS\Internal\SynchronizedInputHelper.cs (1)
128
visualParent =
UIElementHelper
.GetUIParent(o);
System\Windows\Input\AccessKeyManager.cs (1)
519
element =
UIElementHelper
.GetUIParent(element);
System\Windows\UIElement.cs (9)
558
UIElementHelper
.InvalidateAutomationAncestors(this);
771
UIElementHelper
.InvalidateAutomationAncestors(this);
1587
return
UIElementHelper
.GetUIParent(this, false);
1592
return
UIElementHelper
.GetUIParent(this, continuePastVisualTree);
2113
if(
UIElementHelper
.IsUIElementOrUIElement3D(currentNode))
2115
if(!
UIElementHelper
.IsVisible(currentNode))
2122
if(!
UIElementHelper
.IsHitTestVisible(currentNode))
3738
if (parent == null ||
UIElementHelper
.IsHitTestVisible(parent))
3850
constraintAllowsVisible =
UIElementHelper
.IsVisible(parent);
System\Windows\UIElement3D.cs (3)
281
return
UIElementHelper
.GetUIParent(this, continuePastVisualTree);
972
if (parent == null ||
UIElementHelper
.IsHitTestVisible(parent))
1075
constraintAllowsVisible =
UIElementHelper
.IsVisible(parent);