6 references to dwFlags
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
749
return (ProxyGetGUIThreadInfo(0, out gui) && (IsBitSet(gui.
dwFlags
, NativeMethods.GUI_INMENUMODE)));
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
244
if (!Misc.IsBitSet(gui.
dwFlags
, NativeMethods.GUI_INMENUMODE))
306
if (Misc.IsBitSet(gui.
dwFlags
, NativeMethods.GUI_SYSTEMMENUMODE))
315
else if (Misc.IsBitSet(gui.
dwFlags
, NativeMethods.GUI_POPUPMENUMODE))
321
else if (Misc.IsBitSet(gui.
dwFlags
, NativeMethods.GUI_INMENUMODE))
748
return Misc.IsBitSet(gui.
dwFlags
, NativeMethods.GUI_SYSTEMMENUMODE);