Base:
method
GetUIParentCore
System.Windows.UIElement.GetUIParentCore()
1 override of GetUIParentCore
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1350protected internal override DependencyObject GetUIParentCore()
4 references to GetUIParentCore
PresentationFramework (4)
src\Framework\MS\Internal\FrameworkObject.cs (1)
279foParent.Reset(_fe.GetUIParentCore());
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1364return base.GetUIParentCore();
src\Framework\System\Windows\FrameworkElement.cs (2)
2901DependencyObject modelParent = GetUIParentCore(); 3117DependencyObject modelParent = GetUIParentCore();