5 references to OBJID_MENU
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (1)
104
case NativeMethods.
OBJID_MENU
:
MS\Internal\AutomationProxies\NonClientArea.cs (1)
207
case NativeMethods.
OBJID_MENU
:
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
132
System.Diagnostics.Debug.Assert(idObject == NativeMethods.
OBJID_MENU
|| idObject == NativeMethods.OBJID_SYSMENU, "Unexpected idObject");
847
if (GetMenuBarInfo(_hwnd, NativeMethods.
OBJID_MENU
, 0, out mbi))
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
258
if (!((idObject == NativeMethods.
OBJID_MENU
|| idObject == NativeMethods.OBJID_SYSMENU) && eventId == NativeMethods.EventObjectInvoke) &&