1 write to Annotation
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
328Annotation = annotation;
7 references to Annotation
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (7)
99existingCachedAnnot.Annotation.AuthorChanged -= OnAuthorChanged; 100existingCachedAnnot.Annotation.AnchorChanged -= OnAnchorChanged; 101existingCachedAnnot.Annotation.CargoChanged -= OnCargoChanged; 132Annotation annotation = annotationsEnumerator.Current.Annotation; 187annotations.Add(annotKV.Key, annotKV.Value.Annotation); 202return cachedAnnotation.Annotation; 219annotations.Add(annotKV.Value.Annotation);