11 references to _annotationMap
PresentationFramework (11)
System\Windows\Annotations\AnnotationService.cs (11)
393
if (
_annotationMap
.IsEmpty)
408
IList attachedAnnotations =
_annotationMap
.GetAllAttachedAnnotations();
426
return
_annotationMap
.GetAllAttachedAnnotations();
867
matchingAnnotation = FindAnnotationInList(attachedAnnotation,
_annotationMap
.GetAttachedAnnotations(attachedAnnotation.Annotation.Id));
964
List<IAttachedAnnotation> existingAnnotations =
_annotationMap
.GetAllAttachedAnnotations();
1277
if (
_annotationMap
.GetAttachedAnnotations(annotation.Id).Count > 0)
1303
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotationId);
1367
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotation.Id);
1408
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotation.Id);
1482
_annotationMap
.AddAttachedAnnotation(attachedAnnotation);
1499
_annotationMap
.RemoveAttachedAnnotation(attachedAnnotation);