3 references to VK_CONTROL
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
2039bool fCtrlDown = ( UnsafeNativeMethods.GetAsyncKeyState( UnsafeNativeMethods.VK_CONTROL ) & unchecked((int)0x80000000) ) != 0; 2046Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_CONTROL, false ); 2057Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_CONTROL, true );