9 references to GetUIParent
PresentationCore (9)
MS\Internal\UIElementHelper.cs (1)
167
o = (DependencyObject)ce.
GetUIParent
(continuePastVisualTree);
System\Windows\ContentElement.cs (1)
65
return
GetUIParent
(false);
System\Windows\Input\Command\CommandManager.cs (1)
719
parent = contentElement.
GetUIParent
(true);
System\Windows\Input\FocusManager.cs (1)
364
DependencyObject logicalParent = ce.
GetUIParent
(true);
System\Windows\Input\MouseDevice.cs (1)
1599
ieTest = InputElement.GetContainingInputElement(ceTest.
GetUIParent
(true));
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
966
ieTest = InputElement.GetContainingInputElement(ceTest.
GetUIParent
(true));
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1031
ieTest = InputElement.GetContainingInputElement(ceTest.
GetUIParent
(true));
System\Windows\Input\TouchDevice.cs (1)
234
ieTest = InputElement.GetContainingInputElement(ceTest.
GetUIParent
(true));
System\Windows\UIElement.cs (1)
1777
e = (DependencyObject)contentElement.
GetUIParent
(continuePastVisualTree);