Base:
method
GetUIParentCore
System.Windows.UIElement.GetUIParentCore()
1 override of GetUIParentCore
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
1354protected 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)
1368return base.GetUIParentCore();
System\Windows\FrameworkElement.cs (2)
2887DependencyObject modelParent = GetUIParentCore(); 3102DependencyObject modelParent = GetUIParentCore();