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