2 instantiations of AnnotationComponentManager
PresentationFramework (2)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
314
AnnotationComponentManager manager = new MS.Internal.Annotations.Component.
AnnotationComponentManager
(null);
System\Windows\Annotations\AnnotationService.cs (1)
721
_annotationComponentManager = new
AnnotationComponentManager
(this);
2 references to AnnotationComponentManager
PresentationFramework (2)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
314
AnnotationComponentManager
manager = new MS.Internal.Annotations.Component.AnnotationComponentManager(null);
System\Windows\Annotations\AnnotationService.cs (1)
1738
private
AnnotationComponentManager
_annotationComponentManager;