4 references to WM_CUT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
209
PInvokeCore.
WM_CUT
=> "WM_CUT",
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4312
case PInvokeCore.
WM_CUT
:
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2956
case PInvokeCore.
WM_CUT
:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1605
=> PInvokeCore.SendMessage(this, PInvokeCore.
WM_CUT
);