5 references to WM_SETTEXT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
58PInvokeCore.WM_SETTEXT => "WM_SETTEXT",
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3441PInvokeCore.SendMessage(_childEdit, PInvokeCore.WM_SETTEXT, 0, s);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2796PInvokeCore.SendMessage(this, PInvokeCore.WM_SETTEXT, 0, string.Empty); 3338case PInvokeCore.WM_SETTEXT:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
234yield return new object[] { PInvokeCore.WM_SETTEXT, " (WM_SETTEXT)" };