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