3 references to VK_SHIFT
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (3)
1537bool fShiftDown = (UnsafeNativeMethods.GetAsyncKeyState(UnsafeNativeMethods.VK_SHIFT) & unchecked((int)0x80000000)) != 0; 1542Input.SendKeyboardInputVK(UnsafeNativeMethods.VK_SHIFT, false); 1555Input.SendKeyboardInputVK(UnsafeNativeMethods.VK_SHIFT, true);