4 references to hMenu
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
763if (GetMenuBarInfo(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi) && mbi.hMenu != IntPtr.Zero) 765return mbi.hMenu; 895mbi.hMenu != IntPtr.Zero && 898return UnsafeNativeMethods.GetSubMenu(mbi.hMenu, 0);