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