2 references to EM_FINDTEXT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
252case RichTextBoxConstants.EM_FINDTEXT: text = "EM_FINDTEXT"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2027position = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_FINDTEXT, findOptions, ft);