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