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