4 overrides of GetLocatorPartTypes
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
384
public override XmlQualifiedName[]
GetLocatorPartTypes
()
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
318
public override XmlQualifiedName[]
GetLocatorPartTypes
()
src\Framework\MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
199
public override XmlQualifiedName[]
GetLocatorPartTypes
()
src\Framework\MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
195
public override XmlQualifiedName[]
GetLocatorPartTypes
()
1 reference to GetLocatorPartTypes
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
218
XmlQualifiedName[] locatorPartTypes = processor.
GetLocatorPartTypes
();