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