4 references to EM_CANPASTE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
245
PInvokeCore.
EM_CANPASTE
=> "EM_CANPASTE",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1598
=> PInvokeCore.SendMessage(this, PInvokeCore.
EM_CANPASTE
, (WPARAM)clipFormat.Id) != 0;
System.Windows.Forms.Tests (2)
System\Windows\Forms\MessageTests.cs (1)
421
yield return new object[] { PInvokeCore.
EM_CANPASTE
, " (EM_CANPASTE)" };
System\Windows\Forms\RichTextBoxTests.cs (1)
7900
if (m.Msg == (int)PInvokeCore.
EM_CANPASTE
)