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