3 references to VK_SHIFT
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
2037bool fShiftDown = ( UnsafeNativeMethods.GetAsyncKeyState( UnsafeNativeMethods.VK_SHIFT ) & unchecked((int)0x80000000) ) != 0; 2042Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_SHIFT, false ); 2053Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_SHIFT, true );