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