5 references to GetAttachedAnnotations
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
870matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id)); 1283if (_annotationMap.GetAttachedAnnotations(annotation.Id).Count > 0) 1309IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotationId); 1373IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1414IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id);