5 references to NegativeValue
PresentationFramework (5)
System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
658throw new ArgumentException(SR.Format(SR.NegativeValue, "startIndex")); 666throw new ArgumentException(SR.Format(SR.NegativeValue, "count"));
System\Windows\Documents\FixedTextPointer.cs (1)
128throw new ArgumentException(SR.Format(SR.NegativeValue, "count"));
System\Windows\Documents\TextPointer.cs (2)
1752throw new ArgumentException(SR.Format(SR.NegativeValue, "startIndex")); 1760throw new ArgumentException(SR.Format(SR.NegativeValue, "count"));