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