9 references to OBJID_SYSMENU
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\EventManager.cs (1)
90case NativeMethods.OBJID_SYSMENU:
MS\Internal\AutomationProxies\Misc.cs (1)
1229bool retValue = WindowsMenu.GetMenuBarInfo(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi);
MS\Internal\AutomationProxies\NonClientArea.cs (1)
205case NativeMethods.OBJID_SYSMENU:
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
116System.Diagnostics.Debug.Assert(idObject == NativeMethods.OBJID_MENU || idObject == NativeMethods.OBJID_SYSMENU, "Unexpected idObject"); 747if (GetMenuBarInfo(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi) && mbi.hMenu != IntPtr.Zero) 801if (!GetMenuBarInfo(_hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi)) 878if (GetMenuBarInfo(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi) && 1248if (GetMenuBarInfo(_hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi))
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
245if (!((idObject == NativeMethods.OBJID_MENU || idObject == NativeMethods.OBJID_SYSMENU) && eventId == NativeMethods.EventObjectInvoke) &&