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