11 references to _annotationMap
PresentationFramework (11)
System\Windows\Annotations\AnnotationService.cs (11)
397if (_annotationMap.IsEmpty) 412IList attachedAnnotations = _annotationMap.GetAllAttachedAnnotations(); 430return _annotationMap.GetAllAttachedAnnotations(); 871matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id)); 968List<IAttachedAnnotation> existingAnnotations = _annotationMap.GetAllAttachedAnnotations(); 1284if (_annotationMap.GetAttachedAnnotations(annotation.Id).Count > 0) 1310IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotationId); 1374IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1415IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1489_annotationMap.AddAttachedAnnotation(attachedAnnotation); 1506_annotationMap.RemoveAttachedAnnotation(attachedAnnotation);