5 references to CharacterRangeElementName
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (3)
171
ContentLocatorPart part = new ContentLocatorPart(
CharacterRangeElementName
);
215
if (
CharacterRangeElementName
!= locatorPart.PartType)
579
CharacterRangeElementName
src\Framework\MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
161
ContentLocatorPart part = new ContentLocatorPart(TextSelectionProcessor.
CharacterRangeElementName
);// DocumentPageViewLocatorPart();
src\Framework\System\Windows\Annotations\LocatorPart.cs (1)
375
res += TextSelectionProcessor.
CharacterRangeElementName
.Name + "/" + corePrefix + ":"+AnnotationXmlConstants.Elements.Item;