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