6 references to IncorrectLocatorPartType
PresentationFramework (6)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (2)
181
throw new ArgumentException(SR.Format(SR.
IncorrectLocatorPartType
, $"{locatorPart.PartType.Namespace}:{locatorPart.PartType.Name}"), nameof(locatorPart));
190
throw new ArgumentException(SR.Format(SR.
IncorrectLocatorPartType
, $"{locatorPart.PartType.Namespace}:{locatorPart.PartType.Name}"), nameof(locatorPart));
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (2)
170
throw new ArgumentException(SR.Format(SR.
IncorrectLocatorPartType
, $"{locatorPart.PartType.Namespace}:{locatorPart.PartType.Name}"), nameof(locatorPart));
181
throw new ArgumentException(SR.Format(SR.
IncorrectLocatorPartType
, $"{locatorPart.PartType.Namespace}:{locatorPart.PartType.Name}"), nameof(locatorPart));
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
493
throw new ArgumentException(SR.Format(SR.
IncorrectLocatorPartType
, $"{locatorPart.PartType.Namespace}:{locatorPart.PartType.Name}"), nameof(locatorPart));
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
192
throw new ArgumentException(SR.Format(SR.
IncorrectLocatorPartType
, $"{locatorPart.PartType.Namespace}:{locatorPart.PartType.Name}"), nameof(locatorPart));