5 references to WM_CUT
System.Windows.Forms (5)
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)
3250case NativeMethods.WM_CUT:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
203case NativeMethods.WM_CUT: text = "WM_CUT"; break;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4883case NativeMethods.WM_CUT:
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1502SendMessage(NativeMethods.WM_CUT, 0, 0);