2 references to MaxLengthExceedsBufferSize
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
670throw new ArgumentException(SR.Format(SR.MaxLengthExceedsBufferSize, count, textBuffer.Length, startIndex));
System\Windows\Documents\TextPointer.cs (1)
1764throw new ArgumentException(SR.Format(SR.MaxLengthExceedsBufferSize, count, textBuffer.Length, startIndex));