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)
439
if (
_resultCache
== null)
448
bool found =
_resultCache
.TryGetValue(wrKey, out wrDict);
462
_resultCache
[wrKey] = new WeakReference<ResourceDictionary>(result.Dictionary);
494
if (
_resultCache
== null ||
513
kvp in
_resultCache
)
530
_resultCache
.Remove(wrKey);