11 references to _currentAnnotations
PresentationFramework (11)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (11)
86
_currentAnnotations
.Add(annotation.Id, new CachedAnnotation(annotation, dirty));
97
if (
_currentAnnotations
.TryGetValue(id, out existingCachedAnnot))
102
_currentAnnotations
.Remove(id);
128
Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator =
_currentAnnotations
.Values.GetEnumerator();
185
foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in
_currentAnnotations
)
200
if (
_currentAnnotations
.TryGetValue(id, out cachedAnnotation))
215
foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in
_currentAnnotations
)
231
foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in
_currentAnnotations
)
258
_currentAnnotations
[args.Annotation.Id].Dirty = true;
270
_currentAnnotations
[args.Annotation.Id].Dirty = true;
282
_currentAnnotations
[args.Annotation.Id].Dirty = true;