5 references to WM_CUT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
209PInvokeCore.WM_CUT => "WM_CUT",
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4274case PInvokeCore.WM_CUT:
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2954case PInvokeCore.WM_CUT:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1316public void Cut() => PInvokeCore.SendMessage(this, PInvokeCore.WM_CUT);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
385yield return new object[] { PInvokeCore.WM_CUT, " (WM_CUT)" };