7 references to ContentLocatorPart
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
432
ContentLocatorPart part = new
ContentLocatorPart
(DataIdElementName);
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
337
ContentLocatorPart part = new
ContentLocatorPart
(PageNumberElementName);
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
214
ContentLocatorPart part = new
ContentLocatorPart
(FixedTextElementName);
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
171
ContentLocatorPart part = new
ContentLocatorPart
(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)
150
ContentLocatorPart newPart = new
ContentLocatorPart
(_type);
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
249
ContentLocatorPart part = new
ContentLocatorPart
(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI));