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