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