2 references to MK_MBUTTON
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DropSource.cs (1)
36
&& (grfKeyState & NativeMethods.
MK_MBUTTON
) == 0) {
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3891
keyState |= NativeMethods.
MK_MBUTTON
;