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