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