6 references to GetMenuBarInfo
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
1228
bool retValue = WindowsMenu.
GetMenuBarInfo
(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi);
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
746
if (
GetMenuBarInfo
(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi) && mbi.hMenu != IntPtr.Zero)
800
if (!
GetMenuBarInfo
(_hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi))
830
if (
GetMenuBarInfo
(_hwnd, NativeMethods.OBJID_MENU, 0, out mbi))
877
if (
GetMenuBarInfo
(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi) &&
1247
if (
GetMenuBarInfo
(_hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi))