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