3 references to GetAllAttachedAnnotations
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
447
IList attachedAnnotations = _annotationMap.
GetAllAttachedAnnotations
();
465
return _annotationMap.
GetAllAttachedAnnotations
();
1020
List<IAttachedAnnotation> existingAnnotations = _annotationMap.
GetAllAttachedAnnotations
();