5 references to GetAttachedAnnotations
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationService.cs (5)
921matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id)); 1341if (_annotationMap.GetAttachedAnnotations(annotation.Id).Count > 0) 1367IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotationId); 1431IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1472IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id);