1 instantiation of CachedAnnotation
PresentationFramework (1)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
73
_currentAnnotations.Add(annotation.Id, new
CachedAnnotation
(annotation, dirty));
8 references to CachedAnnotation
PresentationFramework (8)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (8)
83
CachedAnnotation
existingCachedAnnot = null;
114
Dictionary<Guid,
CachedAnnotation
>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator();
171
foreach (KeyValuePair<Guid,
CachedAnnotation
> annotKV in _currentAnnotations)
185
CachedAnnotation
cachedAnnotation = null;
201
foreach (KeyValuePair<Guid,
CachedAnnotation
> annotKV in _currentAnnotations)
217
foreach (KeyValuePair<Guid,
CachedAnnotation
> annotKV in _currentAnnotations)
283
private Dictionary<Guid,
CachedAnnotation
> _currentAnnotations = new Dictionary<Guid,
CachedAnnotation
>();