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