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