2 writes to _storeAnnotationsMap
PresentationFramework (2)
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
977
_storeAnnotationsMap
= null;
994
_storeAnnotationsMap
= new StoreAnnotationsMap(HandleAuthorChanged, HandleAnchorChanged, HandleCargoChanged);
10 references to _storeAnnotationsMap
PresentationFramework (10)
System\Windows\Annotations\Storage\XmlStreamStore.cs (10)
138
if (
_storeAnnotationsMap
.FindAnnotation(newAnnotation.Id) != null)
143
_storeAnnotationsMap
.AddAnnotation(newAnnotation, true);
178
annotation =
_storeAnnotationsMap
.FindAnnotation(annotationId);
192
_storeAnnotationsMap
.RemoveAnnotation(annotationId);
321
annotation =
_storeAnnotationsMap
.FindAnnotation(annotationId);
335
_storeAnnotationsMap
.AddAnnotation(annotation, false);
695
annotations =
_storeAnnotationsMap
.FindAnnotations();
699
annotations =
_storeAnnotationsMap
.FindAnnotations(anchorLocator);
943
List<Annotation> mapAnnotations =
_storeAnnotationsMap
.FindDirtyAnnotations();
962
_storeAnnotationsMap
.ValidateDirtyAnnotations();