1 write to _resultCache
PresentationFramework (1)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (1)
435_resultCache = new Dictionary<WeakReferenceKey<StaticResourceExtension>, WeakReference<ResourceDictionary>>();
6 references to _resultCache
PresentationFramework (6)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (6)
433if (_resultCache == null) 442bool found = _resultCache.TryGetValue(wrKey, out wrDict); 456_resultCache[wrKey] = new WeakReference<ResourceDictionary>(result.Dictionary); 488if (_resultCache == null || 507kvp in _resultCache) 524_resultCache.Remove(wrKey);