4 references to dwFlags
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
1646return (SafeNativeMethods.GUI_INMENUMODE == (gui.dwFlags & SafeNativeMethods.GUI_INMENUMODE)); 2122if ((gti.dwFlags & SafeNativeMethods.GUI_INMENUMODE) != 0 2123|| (gti.dwFlags & SafeNativeMethods.GUI_SYSTEMMENUMODE) != 0 2124|| (gti.dwFlags & SafeNativeMethods.GUI_POPUPMENUMODE) != 0)