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)
56
internal AttachedAnnotation(
LocatorManager
manager, Annotation annotation, AnnotationResource anchor, Object attachedAnchor, AttachmentLevel attachmentLevel)
72
internal AttachedAnnotation(
LocatorManager
manager, Annotation annotation, AnnotationResource anchor, Object attachedAnchor, AttachmentLevel attachmentLevel, DependencyObject parent)
331
private
LocatorManager
_locatorManager;
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
60
public DataIdProcessor(
LocatorManager
manager) : base(manager)
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
58
public FixedPageProcessor(
LocatorManager
manager) : base(manager)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
483
typeof(
LocatorManager
),
src\Framework\MS\Internal\Annotations\Anchoring\SubTreeProcessor.cs (3)
57
protected SubTreeProcessor(
LocatorManager
manager)
201
protected
LocatorManager
Manager
217
private
LocatorManager
_manager;
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
533
private
LocatorManager
_locatorManager;
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
595
internal static readonly DependencyProperty SubTreeProcessorIdProperty =
LocatorManager
.SubTreeProcessorIdProperty.AddOwner(typeof(AnnotationService));
704
internal
LocatorManager
LocatorManager
1801
private
LocatorManager
_locatorManager;