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