5 instantiations of SixItemList
WindowsBase (5)
Shared\MS\Utility\FrugalList.cs (5)
1256SixItemList<T> newList = new SixItemList<T>(); 1736newStore = new SixItemList<T>(); 1828SixItemList<T> newStore = new SixItemList<T>(); 2101newStore = new SixItemList<T>(); 2193SixItemList<T> newStore = new SixItemList<T>();
5 references to SixItemList
WindowsBase (5)
Shared\MS\Utility\FrugalList.cs (5)
1141public void Promote(SixItemList<T> oldList) 1256SixItemList<T> newList = new SixItemList<T>(); 1474public void Promote(SixItemList<T> oldList) 1828SixItemList<T> newStore = new SixItemList<T>(); 2193SixItemList<T> newStore = new SixItemList<T>();