2 references to MK_RBUTTON
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DropSource.cs (1)
35
&& (grfKeyState & NativeMethods.
MK_RBUTTON
) == 0
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3887
keyState |= NativeMethods.
MK_RBUTTON
;