5 references to BadDistance
PresentationFramework (5)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
785
throw new ArgumentException(SR.
BadDistance
, nameof(distance));
System\Windows\Documents\FixedTextPointer.cs (2)
275
throw new ArgumentException(SR.
BadDistance
, nameof(distance));
395
throw new ArgumentException(SR.
BadDistance
, nameof(offset));
System\Windows\Documents\TextPointer.cs (2)
289
throw new ArgumentException(SR.
BadDistance
);
3905
throw new ArgumentException(SR.
BadDistance
);