4 references to dwFlags
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
1651return (SafeNativeMethods.GUI_INMENUMODE == (gui.dwFlags & SafeNativeMethods.GUI_INMENUMODE)); 2127if ((gti.dwFlags & SafeNativeMethods.GUI_INMENUMODE) != 0 2128|| (gti.dwFlags & SafeNativeMethods.GUI_SYSTEMMENUMODE) != 0 2129|| (gti.dwFlags & SafeNativeMethods.GUI_POPUPMENUMODE) != 0)