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