3 references to VK_SHIFT
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (3)
1562bool fShiftDown = (UnsafeNativeMethods.GetAsyncKeyState(UnsafeNativeMethods.VK_SHIFT) & unchecked((int)0x80000000)) != 0; 1567Input.SendKeyboardInputVK(UnsafeNativeMethods.VK_SHIFT, false); 1580Input.SendKeyboardInputVK(UnsafeNativeMethods.VK_SHIFT, true);