3 references to GetAllAttachedAnnotations
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
425
IList attachedAnnotations = _annotationMap.
GetAllAttachedAnnotations
();
443
return _annotationMap.
GetAllAttachedAnnotations
();
985
List<IAttachedAnnotation> existingAnnotations = _annotationMap.
GetAllAttachedAnnotations
();