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)
138if (_storeAnnotationsMap.FindAnnotation(newAnnotation.Id) != null) 143_storeAnnotationsMap.AddAnnotation(newAnnotation, true); 178annotation = _storeAnnotationsMap.FindAnnotation(annotationId); 192_storeAnnotationsMap.RemoveAnnotation(annotationId); 321annotation = _storeAnnotationsMap.FindAnnotation(annotationId); 335_storeAnnotationsMap.AddAnnotation(annotation, false); 695annotations = _storeAnnotationsMap.FindAnnotations(); 699annotations = _storeAnnotationsMap.FindAnnotations(anchorLocator); 943List<Annotation> mapAnnotations = _storeAnnotationsMap.FindDirtyAnnotations(); 962_storeAnnotationsMap.ValidateDirtyAnnotations();