6 references to dwFlags
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
738return (ProxyGetGUIThreadInfo(0, out gui) && (IsBitSet(gui.dwFlags, NativeMethods.GUI_INMENUMODE)));
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
231if (!Misc.IsBitSet(gui.dwFlags, NativeMethods.GUI_INMENUMODE)) 293if (Misc.IsBitSet(gui.dwFlags, NativeMethods.GUI_SYSTEMMENUMODE)) 302else if (Misc.IsBitSet(gui.dwFlags, NativeMethods.GUI_POPUPMENUMODE)) 308else if (Misc.IsBitSet(gui.dwFlags, NativeMethods.GUI_INMENUMODE)) 735return Misc.IsBitSet(gui.dwFlags, NativeMethods.GUI_SYSTEMMENUMODE);