3 references to VK_CONTROL
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (3)
1538
bool fCtrlDown = (UnsafeNativeMethods.GetAsyncKeyState(UnsafeNativeMethods.
VK_CONTROL
) & unchecked((int)0x80000000)) != 0;
1547
Input.SendKeyboardInputVK(UnsafeNativeMethods.
VK_CONTROL
, false);
1560
Input.SendKeyboardInputVK(UnsafeNativeMethods.
VK_CONTROL
, true);