2 writes to _themedDictionary
PresentationFramework (2)
src\Framework\System\Windows\SystemResources.cs (2)
595
_themedDictionary
= null;
676
_themedDictionary
= dictionary;
3 references to _themedDictionary
PresentationFramework (3)
src\Framework\System\Windows\SystemResources.cs (3)
679
if (
_themedDictionary
!= null)
691
return
_themedDictionary
;
890
return new ResourceDictionaryInfo(_assembly, _themedDictionaryAssembly,
_themedDictionary
, _themedDictionarySourceUri);