8 references to GetUIParent
PresentationCore (8)
MS\Internal\UIElementHelper.cs (1)
170o = e.GetUIParent(continuePastVisualTree);
System\Windows\Input\Command\CommandManager.cs (1)
715parent = element.GetUIParent(true);
System\Windows\Input\MouseDevice.cs (1)
1614ieTest = InputElement.GetContainingInputElement(eTest.GetUIParent(true));
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
977ieTest = InputElement.GetContainingInputElement(eTest.GetUIParent(true));
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1056ieTest = InputElement.GetContainingInputElement(eTest.GetUIParent(true));
System\Windows\Input\TouchDevice.cs (1)
226ieTest = InputElement.GetContainingInputElement(eTest.GetUIParent(true));
System\Windows\Navigation\BaseUriHelper.cs (1)
595doCurrent = uie.GetUIParent(true);
System\Windows\UIElement.cs (1)
1761e = uiElement.GetUIParent(continuePastVisualTree);