1 write to _locatorManager
PresentationFramework (1)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
81_locatorManager = new LocatorManager(_annotationStore);
6 references to _locatorManager
PresentationFramework (6)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (6)
324_locatorManager.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextRange)); 330_locatorManager.RegisterSelectionProcessor(new TextViewSelectionProcessor(), typeof(DocumentPageView)); 334_locatorManager.RegisterSelectionProcessor(textSelectionProcessor, typeof(TextRange)); 369IList<ContentLocatorBase> locators = _locatorManager.GenerateLocators(dpv); 393object attachedAnchor = _locatorManager.FindAttachedAnchor(dpv, lists, locator, out attachmentLevel); 400attachedAnnotations.Add(new AttachedAnnotation(_locatorManager, annotation, anchor, attachedAnchor, attachmentLevel, firstElement as DocumentPageHost));