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