3 writes to Dictionary
PresentationFramework (3)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (3)
378result.Dictionary = rd; 394result.Dictionary = rd; 462result.Dictionary = cachedDict;
8 references to Dictionary
PresentationFramework (8)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (8)
375Debug.Assert(result.Dictionary == null || result.Dictionary == rd, 425Debug.Assert(result.Dictionary != null, "simple lookup resolved incorrectly"); 447if (result.Dictionary != null) 452Debug.Assert(cachedDict == result.Dictionary, "conflicting dictionaries for a StaticResource reference"); 455_resultCache[wrKey] = new WeakReference<ResourceDictionary>(result.Dictionary); 469if (handler != null && result.Dictionary != null) 474result.Dictionary,