1 write to _themeDictionaryInfos
PresentationFramework (1)
System\Windows\ThemeDictionaryExtension.cs (1)
193_themeDictionaryInfos = new List<ThemeDictionaryInfo>();
12 references to _themeDictionaryInfos
PresentationFramework (12)
System\Windows\ThemeDictionaryExtension.cs (12)
122for (int i = 0; i < _themeDictionaryInfos.Count; i++) 124ThemeDictionaryInfo info = _themeDictionaryInfos[i]; 129_themeDictionaryInfos.RemoveAt(i); 191if (_themeDictionaryInfos == null) 197for (int i = 0; i < _themeDictionaryInfos.Count; i++) 199info = _themeDictionaryInfos[i]; 204_themeDictionaryInfos.RemoveAt(i); 223_themeDictionaryInfos.Add(info); 231if (_themeDictionaryInfos != null) 233for (int i = 0; i < _themeDictionaryInfos.Count; i++) 235ThemeDictionaryInfo info = _themeDictionaryInfos[i]; 240_themeDictionaryInfos.RemoveAt(i);