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