1 instantiation of CachedAnnotation
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
86
_currentAnnotations.Add(annotation.Id, new
CachedAnnotation
(annotation, dirty));
8 references to CachedAnnotation
PresentationFramework (8)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (8)
96
CachedAnnotation
existingCachedAnnot = null;
128
Dictionary<Guid,
CachedAnnotation
>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator();
185
foreach (KeyValuePair<Guid,
CachedAnnotation
> annotKV in _currentAnnotations)
199
CachedAnnotation
cachedAnnotation = null;
215
foreach (KeyValuePair<Guid,
CachedAnnotation
> annotKV in _currentAnnotations)
231
foreach (KeyValuePair<Guid,
CachedAnnotation
> annotKV in _currentAnnotations)
297
private Dictionary<Guid,
CachedAnnotation
> _currentAnnotations = new Dictionary<Guid,
CachedAnnotation
>();