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