3 references to GUI_INMENUMODE
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (1)
730return (ProxyGetGUIThreadInfo(0, out gui) && (IsBitSet(gui.dwFlags, NativeMethods.GUI_INMENUMODE)));
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
227if (!Misc.IsBitSet(gui.dwFlags, NativeMethods.GUI_INMENUMODE)) 304else if (Misc.IsBitSet(gui.dwFlags, NativeMethods.GUI_INMENUMODE))