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