4 overrides of GetLocatorPartTypes
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
374
public override XmlQualifiedName[]
GetLocatorPartTypes
()
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
305
public override XmlQualifiedName[]
GetLocatorPartTypes
()
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
193
public override XmlQualifiedName[]
GetLocatorPartTypes
()
MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
180
public override XmlQualifiedName[]
GetLocatorPartTypes
()
1 reference to GetLocatorPartTypes
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
205
XmlQualifiedName[] locatorPartTypes = processor.
GetLocatorPartTypes
();