5 references to GetUIParent
PresentationCore (5)
Core\CSharp\MS\Internal\UIElementHelper.cs (1)
180
o = e3d.
GetUIParent
(continuePastVisualTree);
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
827
parent = element3D.
GetUIParent
(true);
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
1706
ieTest = InputElement.GetContainingInputElement(e3DTest.
GetUIParent
(true));
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
278
ieTest = InputElement.GetContainingInputElement(e3DTest.
GetUIParent
(true));
Core\CSharp\System\Windows\UIElement.cs (1)
1813
e = uiElement3D.
GetUIParent
(continuePastVisualTree);