8 references to GetUIParent
PresentationCore (8)
MS\Internal\UIElementHelper.cs (1)
157
o = e.
GetUIParent
(continuePastVisualTree);
System\Windows\Input\Command\CommandManager.cs (1)
707
parent = element.
GetUIParent
(true);
System\Windows\Input\MouseDevice.cs (1)
1593
ieTest = InputElement.GetContainingInputElement(eTest.
GetUIParent
(true));
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
953
ieTest = InputElement.GetContainingInputElement(eTest.
GetUIParent
(true));
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1024
ieTest = InputElement.GetContainingInputElement(eTest.
GetUIParent
(true));
System\Windows\Input\TouchDevice.cs (1)
213
ieTest = InputElement.GetContainingInputElement(eTest.
GetUIParent
(true));
System\Windows\Navigation\BaseUriHelper.cs (1)
568
doCurrent = uie.
GetUIParent
(true);
System\Windows\UIElement.cs (1)
1747
e = uiElement.
GetUIParent
(continuePastVisualTree);