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)
122
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
124
ThemeDictionaryInfo info =
_themeDictionaryInfos
[i];
129
_themeDictionaryInfos
.RemoveAt(i);
191
if (
_themeDictionaryInfos
== null)
197
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
199
info =
_themeDictionaryInfos
[i];
204
_themeDictionaryInfos
.RemoveAt(i);
223
_themeDictionaryInfos
.Add(info);
231
if (
_themeDictionaryInfos
!= null)
233
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
235
ThemeDictionaryInfo info =
_themeDictionaryInfos
[i];
240
_themeDictionaryInfos
.RemoveAt(i);