11 references to _currentAnnotations
PresentationFramework (11)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (11)
86_currentAnnotations.Add(annotation.Id, new CachedAnnotation(annotation, dirty)); 97if (_currentAnnotations.TryGetValue(id, out existingCachedAnnot)) 102_currentAnnotations.Remove(id); 128Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator(); 185foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 200if (_currentAnnotations.TryGetValue(id, out cachedAnnotation)) 215foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 231foreach (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;