1 write to _themeDictionaryInfos
PresentationFramework (1)
System\Windows\ThemeDictionaryExtension.cs (1)
195_themeDictionaryInfos = new List<ThemeDictionaryInfo>();
12 references to _themeDictionaryInfos
PresentationFramework (12)
System\Windows\ThemeDictionaryExtension.cs (12)
127for (int i = 0; i < _themeDictionaryInfos.Count; i++) 129ThemeDictionaryInfo info = _themeDictionaryInfos[i]; 134_themeDictionaryInfos.RemoveAt(i); 193if (_themeDictionaryInfos == null) 199for (int i = 0; i < _themeDictionaryInfos.Count; i++) 201info = _themeDictionaryInfos[i]; 206_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);