1 write to _themeDictionaryInfos
PresentationFramework (1)
System\Windows\ThemeDictionaryExtension.cs (1)
192_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); 190if (_themeDictionaryInfos == null) 196for (int i = 0; i < _themeDictionaryInfos.Count; i++) 198info = _themeDictionaryInfos[i]; 203_themeDictionaryInfos.RemoveAt(i); 222_themeDictionaryInfos.Add(info); 230if (_themeDictionaryInfos != null) 232for (int i = 0; i < _themeDictionaryInfos.Count; i++) 234ThemeDictionaryInfo info = _themeDictionaryInfos[i]; 239_themeDictionaryInfos.RemoveAt(i);