1 write to _resultCache
PresentationFramework (1)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (1)
441_resultCache = new Dictionary<WeakReferenceKey<StaticResourceExtension>, WeakReference<ResourceDictionary>>();
6 references to _resultCache
PresentationFramework (6)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (6)
439if (_resultCache == null) 448bool found = _resultCache.TryGetValue(wrKey, out wrDict); 462_resultCache[wrKey] = new WeakReference<ResourceDictionary>(result.Dictionary); 494if (_resultCache == null || 513kvp in _resultCache) 530_resultCache.Remove(wrKey);