3 references to VK_MENU
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
2038bool fAltDown = ( UnsafeNativeMethods.GetAsyncKeyState( UnsafeNativeMethods.VK_MENU ) & unchecked((int)0x80000000) ) != 0; 2044Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_MENU, false ); 2055Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_MENU, true );