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