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