3 references to EM_FINDTEXT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
251PInvokeCore.EM_FINDTEXT => "EM_FINDTEXT",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1908position = (int)PInvokeCore.SendMessage(this, PInvokeCore.EM_FINDTEXT, (WPARAM)(uint)findOptions, ref ft);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
427yield return new object[] { PInvokeCore.EM_FINDTEXT, " (EM_FINDTEXT)" };