1 write to ContextList
WindowsBase (1)
Base\System\Windows\Freezable.cs (1)
1392
ContextList
= newList;
7 references to ContextList
WindowsBase (7)
Base\System\Windows\Freezable.cs (7)
586
FrugalObjectList<FreezableContextPair> contextList =
ContextList
;
1088
FrugalObjectList<FreezableContextPair> list =
ContextList
;
1320
FrugalObjectList<FreezableContextPair> list =
ContextList
;
1779
FrugalObjectList<FreezableContextPair> list =
ContextList
;
2012
FrugalObjectList<FreezableContextPair> contextList =
ContextList
;
2014
for(int i = 0, count =
ContextList
.Count; i < count; i++)
2016
FreezableContextPair context =
ContextList
[i];