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