2 references to EM_PASTESPECIAL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
260
case RichTextBoxConstants.
EM_PASTESPECIAL
: text = "EM_PASTESPECIAL"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2720
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_PASTESPECIAL
, clipFormat.Id, rps);