11 references to _annotationMap
PresentationFramework (11)
System\Windows\Annotations\AnnotationService.cs (11)
398if (_annotationMap.IsEmpty) 413IList attachedAnnotations = _annotationMap.GetAllAttachedAnnotations(); 431return _annotationMap.GetAllAttachedAnnotations(); 876matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id)); 973List<IAttachedAnnotation> existingAnnotations = _annotationMap.GetAllAttachedAnnotations(); 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); 1494_annotationMap.AddAttachedAnnotation(attachedAnnotation); 1511_annotationMap.RemoveAttachedAnnotation(attachedAnnotation);