11 references to _annotationMap
PresentationFramework (11)
src\Framework\System\Windows\Annotations\AnnotationService.cs (11)
432if (_annotationMap.IsEmpty) 447IList attachedAnnotations = _annotationMap.GetAllAttachedAnnotations(); 465return _annotationMap.GetAllAttachedAnnotations(); 921matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id)); 1020List<IAttachedAnnotation> existingAnnotations = _annotationMap.GetAllAttachedAnnotations(); 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); 1546_annotationMap.AddAttachedAnnotation(attachedAnnotation); 1563_annotationMap.RemoveAttachedAnnotation(attachedAnnotation);