3 references to Find
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
1937
return
Find
(str, 0, 0, RichTextBoxFinds.None);
1945
return
Find
(str, 0, 0, options);
1953
return
Find
(str, start, -1, options);