2 writes to _storeAnnotationsMap
PresentationFramework (2)
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
978
_storeAnnotationsMap
= null;
995
_storeAnnotationsMap
= new StoreAnnotationsMap(HandleAuthorChanged, HandleAnchorChanged, HandleCargoChanged);
10 references to _storeAnnotationsMap
PresentationFramework (10)
System\Windows\Annotations\Storage\XmlStreamStore.cs (10)
137
if (
_storeAnnotationsMap
.FindAnnotation(newAnnotation.Id) != null)
142
_storeAnnotationsMap
.AddAnnotation(newAnnotation, true);
177
annotation =
_storeAnnotationsMap
.FindAnnotation(annotationId);
191
_storeAnnotationsMap
.RemoveAnnotation(annotationId);
320
annotation =
_storeAnnotationsMap
.FindAnnotation(annotationId);
334
_storeAnnotationsMap
.AddAnnotation(annotation, false);
694
annotations =
_storeAnnotationsMap
.FindAnnotations();
698
annotations =
_storeAnnotationsMap
.FindAnnotations(anchorLocator);
944
List<Annotation> mapAnnotations =
_storeAnnotationsMap
.FindDirtyAnnotations();
963
_storeAnnotationsMap
.ValidateDirtyAnnotations();