2 instantiations of LocatorManager
PresentationFramework (2)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
91_locatorManager = new LocatorManager(_annotationStore);
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
767_locatorManager = new LocatorManager();
13 references to LocatorManager
PresentationFramework (13)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (3)
56internal AttachedAnnotation(LocatorManager manager, Annotation annotation, AnnotationResource anchor, Object attachedAnchor, AttachmentLevel attachmentLevel) 72internal AttachedAnnotation(LocatorManager manager, Annotation annotation, AnnotationResource anchor, Object attachedAnchor, AttachmentLevel attachmentLevel, DependencyObject parent) 331private LocatorManager _locatorManager;
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
60public DataIdProcessor(LocatorManager manager) : base(manager)
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
58public FixedPageProcessor(LocatorManager manager) : base(manager)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
483typeof(LocatorManager),
src\Framework\MS\Internal\Annotations\Anchoring\SubTreeProcessor.cs (3)
57protected SubTreeProcessor(LocatorManager manager) 201protected LocatorManager Manager 217private LocatorManager _manager;
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
533private LocatorManager _locatorManager;
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
595internal static readonly DependencyProperty SubTreeProcessorIdProperty = LocatorManager.SubTreeProcessorIdProperty.AddOwner(typeof(AnnotationService)); 704internal LocatorManager LocatorManager 1801private LocatorManager _locatorManager;