11 references to _annotationMap
PresentationFramework (11)
System\Windows\Annotations\AnnotationService.cs (11)
397
if (
_annotationMap
.IsEmpty)
412
IList attachedAnnotations =
_annotationMap
.GetAllAttachedAnnotations();
430
return
_annotationMap
.GetAllAttachedAnnotations();
871
matchingAnnotation = FindAnnotationInList(attachedAnnotation,
_annotationMap
.GetAttachedAnnotations(attachedAnnotation.Annotation.Id));
968
List<IAttachedAnnotation> existingAnnotations =
_annotationMap
.GetAllAttachedAnnotations();
1284
if (
_annotationMap
.GetAttachedAnnotations(annotation.Id).Count > 0)
1310
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotationId);
1374
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotation.Id);
1415
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotation.Id);
1489
_annotationMap
.AddAttachedAnnotation(attachedAnnotation);
1506
_annotationMap
.RemoveAttachedAnnotation(attachedAnnotation);