1 write to _locatorManager
PresentationFramework (1)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
75
_locatorManager
= new LocatorManager(_annotationStore);
6 references to _locatorManager
PresentationFramework (6)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (6)
322
_locatorManager
.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextRange));
328
_locatorManager
.RegisterSelectionProcessor(new TextViewSelectionProcessor(), typeof(DocumentPageView));
332
_locatorManager
.RegisterSelectionProcessor(textSelectionProcessor, typeof(TextRange));
367
IList<ContentLocatorBase> locators =
_locatorManager
.GenerateLocators(dpv);
391
object attachedAnchor =
_locatorManager
.FindAttachedAnchor(dpv, lists, locator, out attachmentLevel);
398
attachedAnnotations.Add(new AttachedAnnotation(
_locatorManager
, annotation, anchor, attachedAnchor, attachmentLevel, firstElement as DocumentPageHost));