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));
380
IList<ContentLocatorBase> locators =
_locatorManager
.GenerateLocators(dpv);
404
object attachedAnchor =
_locatorManager
.FindAttachedAnchor(dpv, lists, locator, out attachmentLevel);
411
attachedAnnotations.Add(new AttachedAnnotation(
_locatorManager
, annotation, anchor, attachedAnchor, attachmentLevel, firstElement as DocumentPageHost));