5 references to WM_COPY
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3257case NativeMethods.WM_COPY:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
204case NativeMethods.WM_COPY: text = "WM_COPY"; break;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4892case NativeMethods.WM_COPY:
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3524case NativeMethods.WM_COPY:
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1470SendMessage(NativeMethods.WM_COPY, 0, 0);