11 references to _annotationMap
PresentationFramework (11)
System\Windows\Annotations\AnnotationService.cs (11)
396if (_annotationMap.IsEmpty) 411IList attachedAnnotations = _annotationMap.GetAllAttachedAnnotations(); 429return _annotationMap.GetAllAttachedAnnotations(); 870matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id)); 967List<IAttachedAnnotation> existingAnnotations = _annotationMap.GetAllAttachedAnnotations(); 1283if (_annotationMap.GetAttachedAnnotations(annotation.Id).Count > 0) 1309IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotationId); 1373IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1414IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1488_annotationMap.AddAttachedAnnotation(attachedAnnotation); 1505_annotationMap.RemoveAttachedAnnotation(attachedAnnotation);