2 instantiations of AnnotationComponentManager
PresentationFramework (2)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
325
AnnotationComponentManager manager = new MS.Internal.Annotations.Component.
AnnotationComponentManager
(null);
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
770
_annotationComponentManager = new
AnnotationComponentManager
(this);
2 references to AnnotationComponentManager
PresentationFramework (2)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
325
AnnotationComponentManager
manager = new MS.Internal.Annotations.Component.AnnotationComponentManager(null);
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
1798
private
AnnotationComponentManager
_annotationComponentManager;