2 writes to _storeAnnotationsMap
PresentationFramework (2)
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
988
_storeAnnotationsMap
= null;
1005
_storeAnnotationsMap
= new StoreAnnotationsMap(HandleAuthorChanged, HandleAnchorChanged, HandleCargoChanged);
10 references to _storeAnnotationsMap
PresentationFramework (10)
System\Windows\Annotations\Storage\XmlStreamStore.cs (10)
149
if (
_storeAnnotationsMap
.FindAnnotation(newAnnotation.Id) != null)
154
_storeAnnotationsMap
.AddAnnotation(newAnnotation, true);
189
annotation =
_storeAnnotationsMap
.FindAnnotation(annotationId);
203
_storeAnnotationsMap
.RemoveAnnotation(annotationId);
332
annotation =
_storeAnnotationsMap
.FindAnnotation(annotationId);
346
_storeAnnotationsMap
.AddAnnotation(annotation, false);
706
annotations =
_storeAnnotationsMap
.FindAnnotations();
710
annotations =
_storeAnnotationsMap
.FindAnnotations(anchorLocator);
954
List<Annotation> mapAnnotations =
_storeAnnotationsMap
.FindDirtyAnnotations();
973
_storeAnnotationsMap
.ValidateDirtyAnnotations();