1 write to Annotation
PresentationFramework (1)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
314Annotation = annotation;
7 references to Annotation
PresentationFramework (7)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (7)
86existingCachedAnnot.Annotation.AuthorChanged -= OnAuthorChanged; 87existingCachedAnnot.Annotation.AnchorChanged -= OnAnchorChanged; 88existingCachedAnnot.Annotation.CargoChanged -= OnCargoChanged; 118Annotation annotation = annotationsEnumerator.Current.Annotation; 173annotations.Add(annotKV.Key, annotKV.Value.Annotation); 188return cachedAnnotation.Annotation; 205annotations.Add(annotKV.Value.Annotation);