7 references to ContentLocatorPart
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
432ContentLocatorPart part = new ContentLocatorPart(DataIdElementName);
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
337ContentLocatorPart part = new ContentLocatorPart(PageNumberElementName);
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
214ContentLocatorPart part = new ContentLocatorPart(FixedTextElementName);
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
171ContentLocatorPart part = new ContentLocatorPart(CharacterRangeElementName);
src\Framework\MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
161ContentLocatorPart part = new ContentLocatorPart(TextSelectionProcessor.CharacterRangeElementName);// DocumentPageViewLocatorPart();
src\Framework\System\Windows\Annotations\LocatorPart.cs (1)
150ContentLocatorPart newPart = new ContentLocatorPart(_type);
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
249ContentLocatorPart part = new ContentLocatorPart(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI));