9 references to OBJID_SYSMENU
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\EventManager.cs (1)
103case NativeMethods.OBJID_SYSMENU:
MS\Internal\AutomationProxies\Misc.cs (1)
1249bool retValue = WindowsMenu.GetMenuBarInfo(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi);
MS\Internal\AutomationProxies\NonClientArea.cs (1)
206case NativeMethods.OBJID_SYSMENU:
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
132System.Diagnostics.Debug.Assert(idObject == NativeMethods.OBJID_MENU || idObject == NativeMethods.OBJID_SYSMENU, "Unexpected idObject"); 763if (GetMenuBarInfo(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi) && mbi.hMenu != IntPtr.Zero) 817if (!GetMenuBarInfo(_hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi)) 894if (GetMenuBarInfo(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi) && 1266if (GetMenuBarInfo(_hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi))
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
258if (!((idObject == NativeMethods.OBJID_MENU || idObject == NativeMethods.OBJID_SYSMENU) && eventId == NativeMethods.EventObjectInvoke) &&