4 references to WM_CLEAR
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
212
PInvokeCore.
WM_CLEAR
=> "WM_CLEAR",
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2790
PInvokeCore.SendMessage(this, PInvokeCore.
WM_CLEAR
);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2970
case PInvokeCore.
WM_CLEAR
:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
388
yield return new object[] { PInvokeCore.
WM_CLEAR
, " (WM_CLEAR)" };