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