2 instantiations of LocatorManager
PresentationFramework (2)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
75
_locatorManager = new
LocatorManager
(_annotationStore);
System\Windows\Annotations\AnnotationService.cs (1)
717
_locatorManager = new
LocatorManager
();
13 references to LocatorManager
PresentationFramework (13)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (3)
45
internal AttachedAnnotation(
LocatorManager
manager, Annotation annotation, AnnotationResource anchor, Object attachedAnchor, AttachmentLevel attachmentLevel)
61
internal AttachedAnnotation(
LocatorManager
manager, Annotation annotation, AnnotationResource anchor, Object attachedAnchor, AttachmentLevel attachmentLevel, DependencyObject parent)
320
private
LocatorManager
_locatorManager;
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
32
public DataIdProcessor(
LocatorManager
manager) : base(manager)
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
46
public FixedPageProcessor(
LocatorManager
manager) : base(manager)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
439
typeof(
LocatorManager
),
MS\Internal\Annotations\Anchoring\SubTreeProcessor.cs (3)
42
protected SubTreeProcessor(
LocatorManager
manager)
184
protected
LocatorManager
Manager
200
private
LocatorManager
_manager;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
517
private
LocatorManager
_locatorManager;
System\Windows\Annotations\AnnotationService.cs (3)
555
internal static readonly DependencyProperty SubTreeProcessorIdProperty =
LocatorManager
.SubTreeProcessorIdProperty.AddOwner(typeof(AnnotationService));
655
internal
LocatorManager
LocatorManager
1740
private
LocatorManager
_locatorManager;