3 writes to Dictionary
PresentationFramework (3)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (3)
385result.Dictionary = rd; 401result.Dictionary = rd; 469result.Dictionary = cachedDict;
8 references to Dictionary
PresentationFramework (8)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (8)
382Debug.Assert(result.Dictionary == null || result.Dictionary == rd, 432Debug.Assert(result.Dictionary != null, "simple lookup resolved incorrectly"); 454if (result.Dictionary != null) 459Debug.Assert(cachedDict == result.Dictionary, "conflicting dictionaries for a StaticResource reference"); 462_resultCache[wrKey] = new WeakReference<ResourceDictionary>(result.Dictionary); 476if (handler != null && result.Dictionary != null) 481result.Dictionary,