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