1 instantiation of ThemeDictionaryInfo
PresentationFramework (1)
System\Windows\ThemeDictionaryExtension.cs (1)
213info = new ThemeDictionaryInfo();
5 references to ThemeDictionaryInfo
PresentationFramework (5)
System\Windows\ThemeDictionaryExtension.cs (5)
123ThemeDictionaryInfo info = _themeDictionaryInfos[i]; 180private static List<ThemeDictionaryInfo> _themeDictionaryInfos; 189_themeDictionaryInfos = new List<ThemeDictionaryInfo>(); 191ThemeDictionaryInfo info; 229ThemeDictionaryInfo info = _themeDictionaryInfos[i];