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)
136
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
138
ThemeDictionaryInfo info =
_themeDictionaryInfos
[i];
143
_themeDictionaryInfos
.RemoveAt(i);
202
if (
_themeDictionaryInfos
== null)
208
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
210
info =
_themeDictionaryInfos
[i];
215
_themeDictionaryInfos
.RemoveAt(i);
232
_themeDictionaryInfos
.Add(info);
240
if (
_themeDictionaryInfos
!= null)
242
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
244
ThemeDictionaryInfo info =
_themeDictionaryInfos
[i];
249
_themeDictionaryInfos
.RemoveAt(i);