1 write to _themeDictionaryInfos
PresentationFramework (1)
System\Windows\ThemeDictionaryExtension.cs (1)
189_themeDictionaryInfos = new List<ThemeDictionaryInfo>();
12 references to _themeDictionaryInfos
PresentationFramework (12)
System\Windows\ThemeDictionaryExtension.cs (12)
121for (int i = 0; i < _themeDictionaryInfos.Count; i++) 123ThemeDictionaryInfo info = _themeDictionaryInfos[i]; 128_themeDictionaryInfos.RemoveAt(i); 187if (_themeDictionaryInfos == null) 193for (int i = 0; i < _themeDictionaryInfos.Count; i++) 195info = _themeDictionaryInfos[i]; 200_themeDictionaryInfos.RemoveAt(i); 217_themeDictionaryInfos.Add(info); 225if (_themeDictionaryInfos != null) 227for (int i = 0; i < _themeDictionaryInfos.Count; i++) 229ThemeDictionaryInfo info = _themeDictionaryInfos[i]; 234_themeDictionaryInfos.RemoveAt(i);