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