6 references to WM_PASTE
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridTextBox.cs (1)
55if (m.Msg == NativeMethods.WM_PASTE || m.Msg == NativeMethods.WM_CUT || m.Msg == NativeMethods.WM_CLEAR) {
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3261case NativeMethods.WM_PASTE:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
205case NativeMethods.WM_PASTE: text = "WM_PASTE"; break;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4901case NativeMethods.WM_PASTE:
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6893case NativeMethods.WM_PASTE:
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1591SendMessage(NativeMethods.WM_PASTE, 0, 0);