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