1 write to Annotation
PresentationFramework (1)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
313Annotation = annotation;
7 references to Annotation
PresentationFramework (7)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (7)
85existingCachedAnnot.Annotation.AuthorChanged -= OnAuthorChanged; 86existingCachedAnnot.Annotation.AnchorChanged -= OnAnchorChanged; 87existingCachedAnnot.Annotation.CargoChanged -= OnCargoChanged; 117Annotation annotation = annotationsEnumerator.Current.Annotation; 172annotations.Add(annotKV.Key, annotKV.Value.Annotation); 187return cachedAnnotation.Annotation; 204annotations.Add(annotKV.Value.Annotation);