7 references to GetUIParent
PresentationCore (7)
Core\CSharp\MS\Internal\UIElementHelper.cs (1)
173
o = (DependencyObject)ce.
GetUIParent
(continuePastVisualTree);
Core\CSharp\System\Windows\ContentElement.cs (1)
69
return
GetUIParent
(false);
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
823
parent = contentElement.
GetUIParent
(true);
Core\CSharp\System\Windows\Input\FocusManager.cs (1)
384
DependencyObject logicalParent = ce.
GetUIParent
(true);
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
1700
ieTest = InputElement.GetContainingInputElement(ceTest.
GetUIParent
(true));
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
273
ieTest = InputElement.GetContainingInputElement(ceTest.
GetUIParent
(true));
Core\CSharp\System\Windows\UIElement.cs (1)
1797
e = (DependencyObject)contentElement.
GetUIParent
(continuePastVisualTree);