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)
96CachedAnnotation existingCachedAnnot = null; 128Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator(); 185foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 199CachedAnnotation cachedAnnotation = null; 215foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 231foreach (KeyValuePair<Guid, CachedAnnotation> annotKV in _currentAnnotations) 297private Dictionary<Guid, CachedAnnotation> _currentAnnotations = new Dictionary<Guid, CachedAnnotation>();