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