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