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