3 writes to Dictionary
PresentationFramework (3)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (3)
379result.Dictionary = rd; 395result.Dictionary = rd; 463result.Dictionary = cachedDict;
8 references to Dictionary
PresentationFramework (8)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (8)
376Debug.Assert(result.Dictionary == null || result.Dictionary == rd, 426Debug.Assert(result.Dictionary != null, "simple lookup resolved incorrectly"); 448if (result.Dictionary != null) 453Debug.Assert(cachedDict == result.Dictionary, "conflicting dictionaries for a StaticResource reference"); 456_resultCache[wrKey] = new WeakReference<ResourceDictionary>(result.Dictionary); 470if (handler != null && result.Dictionary != null) 475result.Dictionary,