11 references to _annotationMap
PresentationFramework (11)
src\Framework\System\Windows\Annotations\AnnotationService.cs (11)
432
if (
_annotationMap
.IsEmpty)
447
IList attachedAnnotations =
_annotationMap
.GetAllAttachedAnnotations();
465
return
_annotationMap
.GetAllAttachedAnnotations();
921
matchingAnnotation = FindAnnotationInList(attachedAnnotation,
_annotationMap
.GetAttachedAnnotations(attachedAnnotation.Annotation.Id));
1020
List<IAttachedAnnotation> existingAnnotations =
_annotationMap
.GetAllAttachedAnnotations();
1341
if (
_annotationMap
.GetAttachedAnnotations(annotation.Id).Count > 0)
1367
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotationId);
1431
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotation.Id);
1472
IList<IAttachedAnnotation> annotations =
_annotationMap
.GetAttachedAnnotations(annotation.Id);
1546
_annotationMap
.AddAttachedAnnotation(attachedAnnotation);
1563
_annotationMap
.RemoveAttachedAnnotation(attachedAnnotation);