20 references to UIElementHelper
PresentationCore (14)
MS\Internal\SynchronizedInputHelper.cs (1)
128visualParent = UIElementHelper.GetUIParent(o);
System\Windows\Input\AccessKeyManager.cs (1)
519element = UIElementHelper.GetUIParent(element);
System\Windows\UIElement.cs (9)
558UIElementHelper.InvalidateAutomationAncestors(this); 771UIElementHelper.InvalidateAutomationAncestors(this); 1587return UIElementHelper.GetUIParent(this, false); 1592return UIElementHelper.GetUIParent(this, continuePastVisualTree); 2113if(UIElementHelper.IsUIElementOrUIElement3D(currentNode)) 2115if(!UIElementHelper.IsVisible(currentNode)) 2122if(!UIElementHelper.IsHitTestVisible(currentNode)) 3738if (parent == null || UIElementHelper.IsHitTestVisible(parent)) 3850constraintAllowsVisible = UIElementHelper.IsVisible(parent);
System\Windows\UIElement3D.cs (3)
281return UIElementHelper.GetUIParent(this, continuePastVisualTree); 972if (parent == null || UIElementHelper.IsHitTestVisible(parent)) 1075constraintAllowsVisible = UIElementHelper.IsVisible(parent);
PresentationFramework (6)
System\Windows\Controls\PopupControlService.cs (2)
1202uie = UIElementHelper.GetContainingUIElement2D(uie3D); 1214uie = UIElementHelper.GetContainingUIElement2D(uie3D);
System\Windows\Controls\TreeViewItem.cs (1)
705DependencyObject predict = UIElementHelper.PredictFocus(currentFocus, direction);
System\Windows\FrameworkElement.cs (1)
3148if (!UIElementHelper.InvalidateAutomationPeer(modelTreeNode, out e, out ce, out e3d))
System\Windows\Input\KeyboardNavigation.cs (2)
1650UIElementHelper.IsVisible(uiElement)) 1715if (uiElement == null || UIElementHelper.IsVisible(uiElement))