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