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)
83CachedAnnotation existingCachedAnnot = null; 114Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator(); 171foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 185CachedAnnotation cachedAnnotation = null; 201foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 217foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 283private Dictionary<Guid, CachedAnnotation> _currentAnnotations = new Dictionary<Guid, CachedAnnotation>();