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