5 references to CharacterRangeElementName
PresentationFramework (5)
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (3)
150
ContentLocatorPart part = new ContentLocatorPart(
CharacterRangeElementName
);
191
if (
CharacterRangeElementName
!= locatorPart.PartType)
554
CharacterRangeElementName
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
145
ContentLocatorPart part = new ContentLocatorPart(TextSelectionProcessor.
CharacterRangeElementName
);// DocumentPageViewLocatorPart();
System\Windows\Annotations\LocatorPart.cs (1)
363
res += $"{TextSelectionProcessor.
CharacterRangeElementName
.Name}/{corePrefix}:{AnnotationXmlConstants.Elements.Item}";