2 references to MK_SHIFT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
14413
keyState |= (Keys)((UnsafeNativeMethods.GetKeyState((int)Keys.ShiftKey) < 0) ? NativeMethods.
MK_SHIFT
: 0);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3899
keyState |= NativeMethods.
MK_SHIFT
;