2 writes to Dictionary
PresentationFramework (2)
src\Framework\System\Windows\ResourceDictionary.cs (1)
2528drr.Dictionary = this;
src\Framework\System\Windows\SystemResources.cs (1)
2020Dictionary = null;
3 references to Dictionary
PresentationFramework (3)
src\Framework\System\Windows\StaticResourceExtension.cs (1)
148ResourceDictionary dict = deferredReference.Dictionary;
src\Framework\System\Windows\SystemResources.cs (2)
2004if (Dictionary != null) 2014value = Dictionary.GetValue(key, out canCache);