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)
149if (_storeAnnotationsMap.FindAnnotation(newAnnotation.Id) != null) 154_storeAnnotationsMap.AddAnnotation(newAnnotation, true); 189annotation = _storeAnnotationsMap.FindAnnotation(annotationId); 203_storeAnnotationsMap.RemoveAnnotation(annotationId); 332annotation = _storeAnnotationsMap.FindAnnotation(annotationId); 346_storeAnnotationsMap.AddAnnotation(annotation, false); 706annotations = _storeAnnotationsMap.FindAnnotations(); 710annotations = _storeAnnotationsMap.FindAnnotations(anchorLocator); 954List<Annotation> mapAnnotations = _storeAnnotationsMap.FindDirtyAnnotations(); 973_storeAnnotationsMap.ValidateDirtyAnnotations();