1 instantiation of ThemeDictionaryInfo
PresentationFramework (1)
src\Framework\System\Windows\ThemeDictionaryExtension.cs (1)
228info = new ThemeDictionaryInfo();
5 references to ThemeDictionaryInfo
PresentationFramework (5)
src\Framework\System\Windows\ThemeDictionaryExtension.cs (5)
138ThemeDictionaryInfo info = _themeDictionaryInfos[i]; 195private static List<ThemeDictionaryInfo> _themeDictionaryInfos; 204_themeDictionaryInfos = new List<ThemeDictionaryInfo>(); 206ThemeDictionaryInfo info; 244ThemeDictionaryInfo info = _themeDictionaryInfos[i];