4 references to GenerateLocators
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
287IList<ContentLocatorBase> locators = GenerateLocators(node);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
369IList<ContentLocatorBase> locators = _locatorManager.GenerateLocators(dpv);
System\Windows\Annotations\AnnotationHelper.cs (2)
692IList<ContentLocatorBase> locators = service.LocatorManager.GenerateLocators(textRange); 1071IList<ContentLocatorBase> locators = service.LocatorManager.GenerateLocators(selection);