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)
137if (_storeAnnotationsMap.FindAnnotation(newAnnotation.Id) != null) 142_storeAnnotationsMap.AddAnnotation(newAnnotation, true); 177annotation = _storeAnnotationsMap.FindAnnotation(annotationId); 191_storeAnnotationsMap.RemoveAnnotation(annotationId); 320annotation = _storeAnnotationsMap.FindAnnotation(annotationId); 334_storeAnnotationsMap.AddAnnotation(annotation, false); 694annotations = _storeAnnotationsMap.FindAnnotations(); 698annotations = _storeAnnotationsMap.FindAnnotations(anchorLocator); 944List<Annotation> mapAnnotations = _storeAnnotationsMap.FindDirtyAnnotations(); 963_storeAnnotationsMap.ValidateDirtyAnnotations();