20 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);
PresentationFramework (6)
System\Windows\Controls\PopupControlService.cs (2)
1202
uie =
UIElementHelper
.GetContainingUIElement2D(uie3D);
1214
uie =
UIElementHelper
.GetContainingUIElement2D(uie3D);
System\Windows\Controls\TreeViewItem.cs (1)
705
DependencyObject predict =
UIElementHelper
.PredictFocus(currentFocus, direction);
System\Windows\FrameworkElement.cs (1)
3148
if (!
UIElementHelper
.InvalidateAutomationPeer(modelTreeNode, out e, out ce, out e3d))
System\Windows\Input\KeyboardNavigation.cs (2)
1650
UIElementHelper
.IsVisible(uiElement))
1715
if (uiElement == null ||
UIElementHelper
.IsVisible(uiElement))