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