11 references to _currentAnnotations
PresentationFramework (11)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (11)
73
_currentAnnotations
.Add(annotation.Id, new CachedAnnotation(annotation, dirty));
84
if (
_currentAnnotations
.TryGetValue(id, out existingCachedAnnot))
89
_currentAnnotations
.Remove(id);
114
Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator =
_currentAnnotations
.Values.GetEnumerator();
171
foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in
_currentAnnotations
)
186
if (
_currentAnnotations
.TryGetValue(id, out cachedAnnotation))
201
foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in
_currentAnnotations
)
217
foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in
_currentAnnotations
)
244
_currentAnnotations
[args.Annotation.Id].Dirty = true;
256
_currentAnnotations
[args.Annotation.Id].Dirty = true;
268
_currentAnnotations
[args.Annotation.Id].Dirty = true;