3 references to GetSystemPopupParent
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
77
_parent =
GetSystemPopupParent
();
138
if (_type == MenuType.Submenu && GetHierarchyParent(_hwnd) == null &&
GetSystemPopupParent
() != null)
1033
parent = (MenuItem)
GetSystemPopupParent
();