4 references to GetUIParentCore
PresentationCore (4)
MS\Internal\SynchronizedInputHelper.cs (1)
35return e3D.GetUIParentCore();
MS\Internal\UIElementHelper.cs (1)
123parent = InputElement.GetContainingInputElement(childAsUIElement3D.GetUIParentCore()) as DependencyObject;
System\Windows\Input\FocusManager.cs (1)
365DependencyObject logicalParent = uiElement3D.GetUIParentCore();
System\Windows\UIElement3D.cs (1)
867DependencyObject parent = uie.GetUIParentCore() as ContentElement;