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