3 references to FindInternal
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
1793
int position =
FindInternal
(str, start, end, options);
1815
int startIndex =
FindInternal
(kashidaString, position, position + str.Length, options);
1829
while (
FindInternal
(kashidaString, foundCursor, foundCursor + 1, options) != -1 && str[searchingCursor] != kashida)