1 write to Annotation
PresentationFramework (1)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
321Annotation = annotation;
7 references to Annotation
PresentationFramework (7)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (7)
93existingCachedAnnot.Annotation.AuthorChanged -= OnAuthorChanged; 94existingCachedAnnot.Annotation.AnchorChanged -= OnAnchorChanged; 95existingCachedAnnot.Annotation.CargoChanged -= OnCargoChanged; 125Annotation annotation = annotationsEnumerator.Current.Annotation; 180annotations.Add(annotKV.Key, annotKV.Value.Annotation); 195return cachedAnnotation.Annotation; 212annotations.Add(annotKV.Value.Annotation);