5 references to GetAttachedAnnotations
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
867matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id)); 1277if (_annotationMap.GetAttachedAnnotations(annotation.Id).Count > 0) 1303IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotationId); 1367IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1408IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id);