2 references to RichTextFindEndInvalid
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1852
throw new ArgumentOutOfRangeException(nameof(end), end, string.Format(SR.
RichTextFindEndInvalid
, end));
1862
throw new ArgumentException(string.Format(SR.
RichTextFindEndInvalid
, end));