3 references to VK_MENU
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (3)
1538
bool fAltDown = (UnsafeNativeMethods.GetAsyncKeyState(UnsafeNativeMethods.
VK_MENU
) & unchecked((int)0x80000000)) != 0;
1545
Input.SendKeyboardInputVK(UnsafeNativeMethods.
VK_MENU
, false);
1558
Input.SendKeyboardInputVK(UnsafeNativeMethods.
VK_MENU
, true);