6 references to GetMenuBarInfo
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
1249
bool retValue = WindowsMenu.
GetMenuBarInfo
(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi);
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
763
if (
GetMenuBarInfo
(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi) && mbi.hMenu != IntPtr.Zero)
817
if (!
GetMenuBarInfo
(_hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi))
847
if (
GetMenuBarInfo
(_hwnd, NativeMethods.OBJID_MENU, 0, out mbi))
894
if (
GetMenuBarInfo
(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi) &&
1266
if (
GetMenuBarInfo
(_hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi))