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