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