1 write to _locatorManager
PresentationFramework (1)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
91_locatorManager = new LocatorManager(_annotationStore);
6 references to _locatorManager
PresentationFramework (6)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (6)
334_locatorManager.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextRange)); 340_locatorManager.RegisterSelectionProcessor(new TextViewSelectionProcessor(), typeof(DocumentPageView)); 344_locatorManager.RegisterSelectionProcessor(textSelectionProcessor, typeof(TextRange)); 380IList<ContentLocatorBase> locators = _locatorManager.GenerateLocators(dpv); 404object attachedAnchor = _locatorManager.FindAttachedAnchor(dpv, lists, locator, out attachmentLevel); 411attachedAnnotations.Add(new AttachedAnnotation(_locatorManager, annotation, anchor, attachedAnchor, attachmentLevel, firstElement as DocumentPageHost));