5 instantiations of SixItemList
System.Xaml (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (5)
1256
SixItemList<T> newList = new
SixItemList
<T>();
1671
newStore = new
SixItemList
<T>();
1765
SixItemList<T> newStore = new
SixItemList
<T>();
2051
newStore = new
SixItemList
<T>();
2145
SixItemList<T> newStore = new
SixItemList
<T>();
5 references to SixItemList
System.Xaml (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (5)
1140
public void Promote(
SixItemList
<T> oldList)
1256
SixItemList
<T> newList = new SixItemList<T>();
1429
public void Promote(
SixItemList
<T> oldList)
1765
SixItemList
<T> newStore = new SixItemList<T>();
2145
SixItemList
<T> newStore = new SixItemList<T>();