3 references to GetSystemPopupParent
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
93
_parent =
GetSystemPopupParent
();
154
if (_type == MenuType.Submenu && GetHierarchyParent(_hwnd) == null &&
GetSystemPopupParent
() != null)
1051
parent = (MenuItem)
GetSystemPopupParent
();