2 references to EM_CANPASTE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
246case RichTextBoxConstants.EM_CANPASTE: text = "EM_CANPASTE"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
1800b = unchecked( (int) (long)SendMessage(RichTextBoxConstants.EM_CANPASTE, clipFormat.Id, 0)) != 0;