2 instantiations of LocatorManager
PresentationFramework (2)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
76
_locatorManager = new
LocatorManager
(_annotationStore);
System\Windows\Annotations\AnnotationService.cs (1)
723
_locatorManager = new
LocatorManager
();
13 references to LocatorManager
PresentationFramework (13)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (3)
46
internal AttachedAnnotation(
LocatorManager
manager, Annotation annotation, AnnotationResource anchor, Object attachedAnchor, AttachmentLevel attachmentLevel)
62
internal AttachedAnnotation(
LocatorManager
manager, Annotation annotation, AnnotationResource anchor, Object attachedAnchor, AttachmentLevel attachmentLevel, DependencyObject parent)
321
private
LocatorManager
_locatorManager;
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
44
public DataIdProcessor(
LocatorManager
manager) : base(manager)
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
47
public FixedPageProcessor(
LocatorManager
manager) : base(manager)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
452
typeof(
LocatorManager
),
MS\Internal\Annotations\Anchoring\SubTreeProcessor.cs (3)
43
protected SubTreeProcessor(
LocatorManager
manager)
185
protected
LocatorManager
Manager
201
private
LocatorManager
_manager;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
517
private
LocatorManager
_locatorManager;
System\Windows\Annotations\AnnotationService.cs (3)
559
internal static readonly DependencyProperty SubTreeProcessorIdProperty =
LocatorManager
.SubTreeProcessorIdProperty.AddOwner(typeof(AnnotationService));
660
internal
LocatorManager
LocatorManager
1747
private
LocatorManager
_locatorManager;