1 write to _themeDictionaryInfos
PresentationFramework (1)
src\Framework\System\Windows\ThemeDictionaryExtension.cs (1)
204_themeDictionaryInfos = new List<ThemeDictionaryInfo>();
12 references to _themeDictionaryInfos
PresentationFramework (12)
src\Framework\System\Windows\ThemeDictionaryExtension.cs (12)
136for (int i = 0; i < _themeDictionaryInfos.Count; i++) 138ThemeDictionaryInfo info = _themeDictionaryInfos[i]; 143_themeDictionaryInfos.RemoveAt(i); 202if (_themeDictionaryInfos == null) 208for (int i = 0; i < _themeDictionaryInfos.Count; i++) 210info = _themeDictionaryInfos[i]; 215_themeDictionaryInfos.RemoveAt(i); 232_themeDictionaryInfos.Add(info); 240if (_themeDictionaryInfos != null) 242for (int i = 0; i < _themeDictionaryInfos.Count; i++) 244ThemeDictionaryInfo info = _themeDictionaryInfos[i]; 249_themeDictionaryInfos.RemoveAt(i);