1 instantiation of CachedAnnotation
PresentationFramework (1)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
72
_currentAnnotations.Add(annotation.Id, new
CachedAnnotation
(annotation, dirty));
8 references to CachedAnnotation
PresentationFramework (8)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (8)
82
CachedAnnotation
existingCachedAnnot = null;
113
Dictionary<Guid,
CachedAnnotation
>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator();
170
foreach (KeyValuePair<Guid,
CachedAnnotation
> annotKV in _currentAnnotations)
184
CachedAnnotation
cachedAnnotation = null;
200
foreach (KeyValuePair<Guid,
CachedAnnotation
> annotKV in _currentAnnotations)
216
foreach (KeyValuePair<Guid,
CachedAnnotation
> annotKV in _currentAnnotations)
282
private Dictionary<Guid,
CachedAnnotation
> _currentAnnotations = new Dictionary<Guid,
CachedAnnotation
>();