11 references to _currentAnnotations
PresentationFramework (11)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (11)
72_currentAnnotations.Add(annotation.Id, new CachedAnnotation(annotation, dirty)); 83if (_currentAnnotations.TryGetValue(id, out existingCachedAnnot)) 88_currentAnnotations.Remove(id); 113Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator(); 170foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 185if (_currentAnnotations.TryGetValue(id, out cachedAnnotation)) 200foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 216foreach (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;