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)
82CachedAnnotation existingCachedAnnot = null; 113Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator(); 170foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 184CachedAnnotation cachedAnnotation = null; 200foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 216foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 282private Dictionary<Guid, CachedAnnotation> _currentAnnotations = new Dictionary<Guid, CachedAnnotation>();