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)
90CachedAnnotation existingCachedAnnot = null; 121Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator(); 178foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 192CachedAnnotation cachedAnnotation = null; 208foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 224foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 290private Dictionary<Guid, CachedAnnotation> _currentAnnotations = new Dictionary<Guid, CachedAnnotation>();