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