6 references to dwFlags
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
731
return (ProxyGetGUIThreadInfo(0, out gui) && (IsBitSet(gui.
dwFlags
, NativeMethods.GUI_INMENUMODE)));
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
228
if (!Misc.IsBitSet(gui.
dwFlags
, NativeMethods.GUI_INMENUMODE))
290
if (Misc.IsBitSet(gui.
dwFlags
, NativeMethods.GUI_SYSTEMMENUMODE))
299
else if (Misc.IsBitSet(gui.
dwFlags
, NativeMethods.GUI_POPUPMENUMODE))
305
else if (Misc.IsBitSet(gui.
dwFlags
, NativeMethods.GUI_INMENUMODE))
732
return Misc.IsBitSet(gui.
dwFlags
, NativeMethods.GUI_SYSTEMMENUMODE);