11 references to _currentAnnotations
PresentationFramework (11)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (11)
80
_currentAnnotations
.Add(annotation.Id, new CachedAnnotation(annotation, dirty));
91
if (
_currentAnnotations
.TryGetValue(id, out existingCachedAnnot))
96
_currentAnnotations
.Remove(id);
121
Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator =
_currentAnnotations
.Values.GetEnumerator();
178
foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in
_currentAnnotations
)
193
if (
_currentAnnotations
.TryGetValue(id, out cachedAnnotation))
208
foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in
_currentAnnotations
)
224
foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in
_currentAnnotations
)
251
_currentAnnotations
[args.Annotation.Id].Dirty = true;
263
_currentAnnotations
[args.Annotation.Id].Dirty = true;
275
_currentAnnotations
[args.Annotation.Id].Dirty = true;