1 write to _locatorManager
PresentationFramework (1)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
76_locatorManager = new LocatorManager(_annotationStore);
6 references to _locatorManager
PresentationFramework (6)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (6)
323_locatorManager.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextRange)); 329_locatorManager.RegisterSelectionProcessor(new TextViewSelectionProcessor(), typeof(DocumentPageView)); 333_locatorManager.RegisterSelectionProcessor(textSelectionProcessor, typeof(TextRange)); 368IList<ContentLocatorBase> locators = _locatorManager.GenerateLocators(dpv); 392object attachedAnchor = _locatorManager.FindAttachedAnchor(dpv, lists, locator, out attachmentLevel); 399attachedAnnotations.Add(new AttachedAnnotation(_locatorManager, annotation, anchor, attachedAnchor, attachmentLevel, firstElement as DocumentPageHost));