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