6 references to InvalidLocatorPart
PresentationFramework (6)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (3)
303
throw new ArgumentException(SR.Format(SR.
InvalidLocatorPart
, TextSelectionProcessor.CountAttribute));
497
throw new ArgumentException(SR.Format(SR.
InvalidLocatorPart
, TextSelectionProcessor.SegmentAttribute + segmentNumber.ToString(NumberFormatInfo.InvariantInfo)));
503
throw new ArgumentException(SR.Format(SR.
InvalidLocatorPart
, TextSelectionProcessor.SegmentAttribute + segmentNumber.ToString(NumberFormatInfo.InvariantInfo)));
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (3)
201
throw new ArgumentException(SR.Format(SR.
InvalidLocatorPart
, TextSelectionProcessor.CountAttribute));
357
throw new ArgumentException(SR.Format(SR.
InvalidLocatorPart
, TextSelectionProcessor.CountAttribute));
441
throw new ArgumentException(SR.Format(SR.
InvalidLocatorPart
, SegmentAttribute + segmentNumber.ToString(NumberFormatInfo.InvariantInfo)));