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)
162if (_storeAnnotationsMap.FindAnnotation(newAnnotation.Id) != null) 167_storeAnnotationsMap.AddAnnotation(newAnnotation, true); 204annotation = _storeAnnotationsMap.FindAnnotation(annotationId); 218_storeAnnotationsMap.RemoveAnnotation(annotationId); 351annotation = _storeAnnotationsMap.FindAnnotation(annotationId); 365_storeAnnotationsMap.AddAnnotation(annotation, false); 728annotations = _storeAnnotationsMap.FindAnnotations(); 732annotations = _storeAnnotationsMap.FindAnnotations(anchorLocator); 983List<Annotation> mapAnnotations = _storeAnnotationsMap.FindDirtyAnnotations(); 1002_storeAnnotationsMap.ValidateDirtyAnnotations();