11 references to _annotationMap
PresentationFramework (11)
System\Windows\Annotations\AnnotationService.cs (11)
393if (_annotationMap.IsEmpty) 408IList attachedAnnotations = _annotationMap.GetAllAttachedAnnotations(); 426return _annotationMap.GetAllAttachedAnnotations(); 867matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id)); 964List<IAttachedAnnotation> existingAnnotations = _annotationMap.GetAllAttachedAnnotations(); 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); 1482_annotationMap.AddAttachedAnnotation(attachedAnnotation); 1499_annotationMap.RemoveAttachedAnnotation(attachedAnnotation);