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