7 references to ContentLocatorPart
PresentationFramework (7)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
392
ContentLocatorPart part = new
ContentLocatorPart
(DataIdElementName);
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
320
ContentLocatorPart part = new
ContentLocatorPart
(PageNumberElementName);
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
195
ContentLocatorPart part = new
ContentLocatorPart
(FixedTextElementName);
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
150
ContentLocatorPart part = new
ContentLocatorPart
(CharacterRangeElementName);
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
145
ContentLocatorPart part = new
ContentLocatorPart
(TextSelectionProcessor.CharacterRangeElementName);// DocumentPageViewLocatorPart();
System\Windows\Annotations\LocatorPart.cs (1)
138
ContentLocatorPart newPart = new
ContentLocatorPart
(_type);
System\Windows\Annotations\LocatorPartList.cs (1)
210
ContentLocatorPart part = new
ContentLocatorPart
(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI));