6 references to dwFlags
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
730return (ProxyGetGUIThreadInfo(0, out gui) && (IsBitSet(gui.dwFlags, NativeMethods.GUI_INMENUMODE)));
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
227if (!Misc.IsBitSet(gui.dwFlags, NativeMethods.GUI_INMENUMODE)) 289if (Misc.IsBitSet(gui.dwFlags, NativeMethods.GUI_SYSTEMMENUMODE)) 298else if (Misc.IsBitSet(gui.dwFlags, NativeMethods.GUI_POPUPMENUMODE)) 304else if (Misc.IsBitSet(gui.dwFlags, NativeMethods.GUI_INMENUMODE)) 731return Misc.IsBitSet(gui.dwFlags, NativeMethods.GUI_SYSTEMMENUMODE);