5 references to GetAttachedAnnotations
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
876matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id)); 1289if (_annotationMap.GetAttachedAnnotations(annotation.Id).Count > 0) 1315IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotationId); 1379IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1420IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id);