3 references to VK_CONTROL
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (3)
1564bool fCtrlDown = (UnsafeNativeMethods.GetAsyncKeyState(UnsafeNativeMethods.VK_CONTROL) & unchecked((int)0x80000000)) != 0; 1573Input.SendKeyboardInputVK(UnsafeNativeMethods.VK_CONTROL, false); 1586Input.SendKeyboardInputVK(UnsafeNativeMethods.VK_CONTROL, true);