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