Base:
method
GetUIParentCore
System.Windows.UIElement.GetUIParentCore()
1 override of GetUIParentCore
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
1338protected internal override DependencyObject GetUIParentCore()
4 references to GetUIParentCore
PresentationFramework (4)
MS\Internal\FrameworkObject.cs (1)
248foParent.Reset(_fe.GetUIParentCore());
System\Windows\Controls\Primitives\Popup.cs (1)
1352return base.GetUIParentCore();
System\Windows\FrameworkElement.cs (2)
2892DependencyObject modelParent = GetUIParentCore(); 3107DependencyObject modelParent = GetUIParentCore();