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