2 writes to _themedDictionary
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
583
_themedDictionary
= null;
664
_themedDictionary
= dictionary;
3 references to _themedDictionary
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
667
if (
_themedDictionary
!= null)
679
return
_themedDictionary
;
876
return new ResourceDictionaryInfo(_assembly, _themedDictionaryAssembly,
_themedDictionary
, _themedDictionarySourceUri);