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