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