4 references to GenerateLocators
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
303IList<ContentLocatorBase> locators = GenerateLocators(node);
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
380IList<ContentLocatorBase> locators = _locatorManager.GenerateLocators(dpv);
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (2)
699IList<ContentLocatorBase> locators = service.LocatorManager.GenerateLocators(textRange); 1079IList<ContentLocatorBase> locators = service.LocatorManager.GenerateLocators(selection);