2 references to StartIndexExceedsBufferSize
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
662throw new ArgumentException(SR.Format(SR.StartIndexExceedsBufferSize, startIndex, textBuffer.Length));
System\Windows\Documents\TextPointer.cs (1)
1756throw new ArgumentException(SR.Format(SR.StartIndexExceedsBufferSize, startIndex, textBuffer.Length));