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