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)
127
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
129
ThemeDictionaryInfo info =
_themeDictionaryInfos
[i];
134
_themeDictionaryInfos
.RemoveAt(i);
193
if (
_themeDictionaryInfos
== null)
199
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
201
info =
_themeDictionaryInfos
[i];
206
_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);