11 references to _annotationMap
PresentationFramework (11)
System\Windows\Annotations\AnnotationService.cs (11)
398
if (
_annotationMap
.IsEmpty)
413
IList attachedAnnotations =
_annotationMap
.GetAllAttachedAnnotations();
431
return
_annotationMap
.GetAllAttachedAnnotations();
876
matchingAnnotation = FindAnnotationInList(attachedAnnotation,
_annotationMap
.GetAttachedAnnotations(attachedAnnotation.Annotation.Id));
973
List<IAttachedAnnotation> existingAnnotations =
_annotationMap
.GetAllAttachedAnnotations();
1289
if (
_annotationMap
.GetAttachedAnnotations(annotation.Id).Count > 0)
1315
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotationId);
1379
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotation.Id);
1420
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotation.Id);
1494
_annotationMap
.AddAttachedAnnotation(attachedAnnotation);
1511
_annotationMap
.RemoveAttachedAnnotation(attachedAnnotation);