11 references to _annotationMap
PresentationFramework (11)
System\Windows\Annotations\AnnotationService.cs (11)
410
if (
_annotationMap
.IsEmpty)
425
IList attachedAnnotations =
_annotationMap
.GetAllAttachedAnnotations();
443
return
_annotationMap
.GetAllAttachedAnnotations();
888
matchingAnnotation = FindAnnotationInList(attachedAnnotation,
_annotationMap
.GetAttachedAnnotations(attachedAnnotation.Annotation.Id));
985
List<IAttachedAnnotation> existingAnnotations =
_annotationMap
.GetAllAttachedAnnotations();
1301
if (
_annotationMap
.GetAttachedAnnotations(annotation.Id).Count > 0)
1327
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotationId);
1391
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotation.Id);
1432
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotation.Id);
1506
_annotationMap
.AddAttachedAnnotation(attachedAnnotation);
1523
_annotationMap
.RemoveAttachedAnnotation(attachedAnnotation);