14 references to UIElementHelper
PresentationCore (14)
Core\CSharp\MS\Internal\SynchronizedInputHelper.cs (1)
129
visualParent =
UIElementHelper
.GetUIParent(o);
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
613
element =
UIElementHelper
.GetUIParent(element);
Core\CSharp\System\Windows\UIElement.cs (9)
575
UIElementHelper
.InvalidateAutomationAncestors(this);
788
UIElementHelper
.InvalidateAutomationAncestors(this);
1615
return
UIElementHelper
.GetUIParent(this, false);
1620
return
UIElementHelper
.GetUIParent(this, continuePastVisualTree);
2155
if(
UIElementHelper
.IsUIElementOrUIElement3D(currentNode))
2157
if(!
UIElementHelper
.IsVisible(currentNode))
2164
if(!
UIElementHelper
.IsHitTestVisible(currentNode))
3794
if (parent == null ||
UIElementHelper
.IsHitTestVisible(parent))
3911
constraintAllowsVisible =
UIElementHelper
.IsVisible(parent);
Core\CSharp\System\Windows\UIElement3D.cs (3)
304
return
UIElementHelper
.GetUIParent(this, continuePastVisualTree);
997
if (parent == null ||
UIElementHelper
.IsHitTestVisible(parent))
1105
constraintAllowsVisible =
UIElementHelper
.IsVisible(parent);