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)
121
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
123
ThemeDictionaryInfo info =
_themeDictionaryInfos
[i];
128
_themeDictionaryInfos
.RemoveAt(i);
187
if (
_themeDictionaryInfos
== null)
193
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
195
info =
_themeDictionaryInfos
[i];
200
_themeDictionaryInfos
.RemoveAt(i);
217
_themeDictionaryInfos
.Add(info);
225
if (
_themeDictionaryInfos
!= null)
227
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
229
ThemeDictionaryInfo info =
_themeDictionaryInfos
[i];
234
_themeDictionaryInfos
.RemoveAt(i);