11 references to _currentAnnotations
PresentationFramework (11)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (11)
73_currentAnnotations.Add(annotation.Id, new CachedAnnotation(annotation, dirty)); 84if (_currentAnnotations.TryGetValue(id, out existingCachedAnnot)) 89_currentAnnotations.Remove(id); 114Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator(); 171foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 186if (_currentAnnotations.TryGetValue(id, out cachedAnnotation)) 201foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 217foreach (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;