4 references to dwFlags
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
1635return (SafeNativeMethods.GUI_INMENUMODE == (gui.dwFlags & SafeNativeMethods.GUI_INMENUMODE)); 2108if ((gti.dwFlags & SafeNativeMethods.GUI_INMENUMODE) != 0 2109|| (gti.dwFlags & SafeNativeMethods.GUI_SYSTEMMENUMODE) != 0 2110|| (gti.dwFlags & SafeNativeMethods.GUI_POPUPMENUMODE) != 0)