6 references to WM_COPY
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
210
PInvokeCore.
WM_COPY
=> "WM_COPY",
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4286
case PInvokeCore.
WM_COPY
:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3337
case PInvokeCore.
WM_COPY
:
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2962
case PInvokeCore.
WM_COPY
:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1291
public void Copy() => PInvokeCore.SendMessage(this, PInvokeCore.
WM_COPY
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
386
yield return new object[] { PInvokeCore.
WM_COPY
, " (WM_COPY)" };