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