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