11 references to _currentAnnotations
PresentationFramework (11)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (11)
72
_currentAnnotations
.Add(annotation.Id, new CachedAnnotation(annotation, dirty));
83
if (
_currentAnnotations
.TryGetValue(id, out existingCachedAnnot))
88
_currentAnnotations
.Remove(id);
113
Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator =
_currentAnnotations
.Values.GetEnumerator();
170
foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in
_currentAnnotations
)
185
if (
_currentAnnotations
.TryGetValue(id, out cachedAnnotation))
200
foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in
_currentAnnotations
)
216
foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in
_currentAnnotations
)
243
_currentAnnotations
[args.Annotation.Id].Dirty = true;
255
_currentAnnotations
[args.Annotation.Id].Dirty = true;
267
_currentAnnotations
[args.Annotation.Id].Dirty = true;