11 references to _annotationMap
PresentationFramework (11)
System\Windows\Annotations\AnnotationService.cs (11)
390if (_annotationMap.IsEmpty) 405IList attachedAnnotations = _annotationMap.GetAllAttachedAnnotations(); 423return _annotationMap.GetAllAttachedAnnotations(); 861matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id)); 957List<IAttachedAnnotation> existingAnnotations = _annotationMap.GetAllAttachedAnnotations(); 1270if (_annotationMap.GetAttachedAnnotations(annotation.Id).Count > 0) 1296IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotationId); 1360IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1401IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1475_annotationMap.AddAttachedAnnotation(attachedAnnotation); 1492_annotationMap.RemoveAttachedAnnotation(attachedAnnotation);