11 references to _currentAnnotations
PresentationFramework (11)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (11)
80_currentAnnotations.Add(annotation.Id, new CachedAnnotation(annotation, dirty)); 91if (_currentAnnotations.TryGetValue(id, out existingCachedAnnot)) 96_currentAnnotations.Remove(id); 121Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator(); 178foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 193if (_currentAnnotations.TryGetValue(id, out cachedAnnotation)) 208foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 224foreach (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;