2 writes to Dictionary
PresentationFramework (2)
System\Windows\ResourceDictionary.cs (1)
2557drr.Dictionary = this;
System\Windows\SystemResources.cs (1)
1914Dictionary = null;
3 references to Dictionary
PresentationFramework (3)
System\Windows\StaticResourceExtension.cs (1)
134ResourceDictionary dict = deferredReference.Dictionary;
System\Windows\SystemResources.cs (2)
1898if (Dictionary != null) 1908value = Dictionary.GetValue(key, out canCache);