5 references to GetUIParent
PresentationCore (5)
MS\Internal\UIElementHelper.cs (1)
174
o = e3d.
GetUIParent
(continuePastVisualTree);
System\Windows\Input\Command\CommandManager.cs (1)
723
parent = element3D.
GetUIParent
(true);
System\Windows\Input\MouseDevice.cs (1)
1605
ieTest = InputElement.GetContainingInputElement(e3DTest.
GetUIParent
(true));
System\Windows\Input\TouchDevice.cs (1)
239
ieTest = InputElement.GetContainingInputElement(e3DTest.
GetUIParent
(true));
System\Windows\UIElement.cs (1)
1793
e = uiElement3D.
GetUIParent
(continuePastVisualTree);