5 references to GetAttachedAnnotations
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
888matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id)); 1301if (_annotationMap.GetAttachedAnnotations(annotation.Id).Count > 0) 1327IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotationId); 1391IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1432IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id);