9 references to OBJID_SYSMENU
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\EventManager.cs (1)
89
case NativeMethods.
OBJID_SYSMENU
:
MS\Internal\AutomationProxies\Misc.cs (1)
1228
bool retValue = WindowsMenu.GetMenuBarInfo(hwnd, NativeMethods.
OBJID_SYSMENU
, 0, out mbi);
MS\Internal\AutomationProxies\NonClientArea.cs (1)
198
case NativeMethods.
OBJID_SYSMENU
:
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
115
System.Diagnostics.Debug.Assert(idObject == NativeMethods.OBJID_MENU || idObject == NativeMethods.
OBJID_SYSMENU
, "Unexpected idObject");
746
if (GetMenuBarInfo(hwnd, NativeMethods.
OBJID_SYSMENU
, 0, out mbi) && mbi.hMenu != IntPtr.Zero)
800
if (!GetMenuBarInfo(_hwnd, NativeMethods.
OBJID_SYSMENU
, 0, out mbi))
877
if (GetMenuBarInfo(hwnd, NativeMethods.
OBJID_SYSMENU
, 0, out mbi) &&
1247
if (GetMenuBarInfo(_hwnd, NativeMethods.
OBJID_SYSMENU
, 0, out mbi))
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
243
if (!((idObject == NativeMethods.OBJID_MENU || idObject == NativeMethods.
OBJID_SYSMENU
) && eventId == NativeMethods.EventObjectInvoke) &&