2 references to MK_LBUTTON
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DropSource.cs (1)
34
else if ((grfKeyState & NativeMethods.
MK_LBUTTON
) == 0
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3883
keyState |= NativeMethods.
MK_LBUTTON
;