Base:
method
GetUIParentCore
System.Windows.UIElement.GetUIParentCore()
1 override of GetUIParentCore
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
1345protected internal override DependencyObject GetUIParentCore()
4 references to GetUIParentCore
PresentationFramework (4)
MS\Internal\FrameworkObject.cs (1)
251foParent.Reset(_fe.GetUIParentCore());
System\Windows\Controls\Primitives\Popup.cs (1)
1359return base.GetUIParentCore();
System\Windows\FrameworkElement.cs (2)
2896DependencyObject modelParent = GetUIParentCore(); 3111DependencyObject modelParent = GetUIParentCore();