5 references to GetUIParent
PresentationCore (5)
MS\Internal\UIElementHelper.cs (1)
171
o = e3d.
GetUIParent
(continuePastVisualTree);
System\Windows\Input\Command\CommandManager.cs (1)
715
parent = element3D.
GetUIParent
(true);
System\Windows\Input\MouseDevice.cs (1)
1607
ieTest = InputElement.GetContainingInputElement(e3DTest.
GetUIParent
(true));
System\Windows\Input\TouchDevice.cs (1)
226
ieTest = InputElement.GetContainingInputElement(e3DTest.
GetUIParent
(true));
System\Windows\UIElement.cs (1)
1779
e = uiElement3D.
GetUIParent
(continuePastVisualTree);