2 writes to _storeAnnotationsMap
PresentationFramework (2)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
1017
_storeAnnotationsMap
= null;
1034
_storeAnnotationsMap
= new StoreAnnotationsMap(HandleAuthorChanged, HandleAnchorChanged, HandleCargoChanged);
10 references to _storeAnnotationsMap
PresentationFramework (10)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (10)
162
if (
_storeAnnotationsMap
.FindAnnotation(newAnnotation.Id) != null)
167
_storeAnnotationsMap
.AddAnnotation(newAnnotation, true);
204
annotation =
_storeAnnotationsMap
.FindAnnotation(annotationId);
218
_storeAnnotationsMap
.RemoveAnnotation(annotationId);
351
annotation =
_storeAnnotationsMap
.FindAnnotation(annotationId);
365
_storeAnnotationsMap
.AddAnnotation(annotation, false);
728
annotations =
_storeAnnotationsMap
.FindAnnotations();
732
annotations =
_storeAnnotationsMap
.FindAnnotations(anchorLocator);
983
List<Annotation> mapAnnotations =
_storeAnnotationsMap
.FindDirtyAnnotations();
1002
_storeAnnotationsMap
.ValidateDirtyAnnotations();