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