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