5 references to WM_CUT
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridTextBox.cs (1)
55
if (m.Msg == NativeMethods.WM_PASTE || m.Msg == NativeMethods.
WM_CUT
|| m.Msg == NativeMethods.WM_CLEAR) {
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3250
case NativeMethods.
WM_CUT
:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
203
case NativeMethods.
WM_CUT
: text = "WM_CUT"; break;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4883
case NativeMethods.
WM_CUT
:
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1502
SendMessage(NativeMethods.
WM_CUT
, 0, 0);