1 write to _resultCache
PresentationFramework (1)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (1)
434_resultCache = new Dictionary<WeakReferenceKey<StaticResourceExtension>, WeakReference<ResourceDictionary>>();
6 references to _resultCache
PresentationFramework (6)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (6)
432if (_resultCache == null) 441bool found = _resultCache.TryGetValue(wrKey, out wrDict); 455_resultCache[wrKey] = new WeakReference<ResourceDictionary>(result.Dictionary); 487if (_resultCache == null || 506kvp in _resultCache) 523_resultCache.Remove(wrKey);