11 references to _annotationMap
PresentationFramework (11)
System\Windows\Annotations\AnnotationService.cs (11)
410if (_annotationMap.IsEmpty) 425IList attachedAnnotations = _annotationMap.GetAllAttachedAnnotations(); 443return _annotationMap.GetAllAttachedAnnotations(); 888matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id)); 985List<IAttachedAnnotation> existingAnnotations = _annotationMap.GetAllAttachedAnnotations(); 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); 1506_annotationMap.AddAttachedAnnotation(attachedAnnotation); 1523_annotationMap.RemoveAttachedAnnotation(attachedAnnotation);