1 write to _themeDictionaryInfos
PresentationFramework (1)
System\Windows\ThemeDictionaryExtension.cs (1)
192
_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);
190
if (
_themeDictionaryInfos
== null)
196
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
198
info =
_themeDictionaryInfos
[i];
203
_themeDictionaryInfos
.RemoveAt(i);
222
_themeDictionaryInfos
.Add(info);
230
if (
_themeDictionaryInfos
!= null)
232
for (int i = 0; i <
_themeDictionaryInfos
.Count; i++)
234
ThemeDictionaryInfo info =
_themeDictionaryInfos
[i];
239
_themeDictionaryInfos
.RemoveAt(i);