1 instantiation of CachedAnnotation
PresentationFramework (1)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
80
_currentAnnotations.Add(annotation.Id, new
CachedAnnotation
(annotation, dirty));
8 references to CachedAnnotation
PresentationFramework (8)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (8)
90
CachedAnnotation
existingCachedAnnot = null;
121
Dictionary<Guid,
CachedAnnotation
>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator();
178
foreach (KeyValuePair<Guid,
CachedAnnotation
> annotKV in _currentAnnotations)
192
CachedAnnotation
cachedAnnotation = null;
208
foreach (KeyValuePair<Guid,
CachedAnnotation
> annotKV in _currentAnnotations)
224
foreach (KeyValuePair<Guid,
CachedAnnotation
> annotKV in _currentAnnotations)
290
private Dictionary<Guid,
CachedAnnotation
> _currentAnnotations = new Dictionary<Guid,
CachedAnnotation
>();