4 references to hMenu
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
747if (GetMenuBarInfo(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi) && mbi.hMenu != IntPtr.Zero) 749return mbi.hMenu; 879mbi.hMenu != IntPtr.Zero && 882return UnsafeNativeMethods.GetSubMenu(mbi.hMenu, 0);