4 references to WM_CLEAR
System.Windows.Forms (4)
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)
3265case NativeMethods.WM_CLEAR:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
206case NativeMethods.WM_CLEAR: text = "WM_CLEAR"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2981SendMessage(NativeMethods.WM_CLEAR, 0, 0);