8 references to GetUIParent
PresentationCore (8)
MS\Internal\UIElementHelper.cs (1)
158o = e.GetUIParent(continuePastVisualTree);
System\Windows\Input\Command\CommandManager.cs (1)
704parent = element.GetUIParent(true);
System\Windows\Input\MouseDevice.cs (1)
1582ieTest = InputElement.GetContainingInputElement(eTest.GetUIParent(true));
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
952ieTest = InputElement.GetContainingInputElement(eTest.GetUIParent(true));
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1022ieTest = InputElement.GetContainingInputElement(eTest.GetUIParent(true));
System\Windows\Input\TouchDevice.cs (1)
214ieTest = InputElement.GetContainingInputElement(eTest.GetUIParent(true));
System\Windows\Navigation\BaseUriHelper.cs (1)
576doCurrent = uie.GetUIParent(true);
System\Windows\UIElement.cs (1)
1756e = uiElement.GetUIParent(continuePastVisualTree);