4 overrides of GenerateLocatorParts
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
199
GenerateLocatorParts
(Object selection, DependencyObject startNode)
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
142
GenerateLocatorParts
(Object selection, DependencyObject startNode)
src\Framework\MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
137
GenerateLocatorParts
(Object selection, DependencyObject startNode)
src\Framework\MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
154
public override IList<ContentLocatorPart>
GenerateLocatorParts
(Object selection, DependencyObject startNode)
1 reference to GenerateLocatorParts
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
761
IList <ContentLocatorPart> locatorParts = selProcessor.
GenerateLocatorParts
(selection, startNode.Node);