3 references to VK_MENU
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (3)
1563bool fAltDown = (UnsafeNativeMethods.GetAsyncKeyState(UnsafeNativeMethods.VK_MENU) & unchecked((int)0x80000000)) != 0; 1570Input.SendKeyboardInputVK(UnsafeNativeMethods.VK_MENU, false); 1583Input.SendKeyboardInputVK(UnsafeNativeMethods.VK_MENU, true);