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