7 references to ContentLocatorPart
PresentationFramework (7)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
406
ContentLocatorPart part = new
ContentLocatorPart
(DataIdElementName);
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
321
ContentLocatorPart part = new
ContentLocatorPart
(PageNumberElementName);
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
196
ContentLocatorPart part = new
ContentLocatorPart
(FixedTextElementName);
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
151
ContentLocatorPart part = new
ContentLocatorPart
(CharacterRangeElementName);
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
146
ContentLocatorPart part = new
ContentLocatorPart
(TextSelectionProcessor.CharacterRangeElementName);// DocumentPageViewLocatorPart();
System\Windows\Annotations\LocatorPart.cs (1)
139
ContentLocatorPart newPart = new
ContentLocatorPart
(_type);
System\Windows\Annotations\LocatorPartList.cs (1)
225
ContentLocatorPart part = new
ContentLocatorPart
(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI));