1 instantiation of ThemeDictionaryInfo
PresentationFramework (1)
System\Windows\ThemeDictionaryExtension.cs (1)
219info = new ThemeDictionaryInfo();
5 references to ThemeDictionaryInfo
PresentationFramework (5)
System\Windows\ThemeDictionaryExtension.cs (5)
129ThemeDictionaryInfo info = _themeDictionaryInfos[i]; 186private static List<ThemeDictionaryInfo> _themeDictionaryInfos; 195_themeDictionaryInfos = new List<ThemeDictionaryInfo>(); 197ThemeDictionaryInfo info; 235ThemeDictionaryInfo info = _themeDictionaryInfos[i];