5 instantiations of SixItemList
System.Xaml (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (5)
1240SixItemList<T> newList = new SixItemList<T>(); 1653newStore = new SixItemList<T>(); 1745SixItemList<T> newStore = new SixItemList<T>(); 2028newStore = new SixItemList<T>(); 2120SixItemList<T> newStore = new SixItemList<T>();
5 references to SixItemList
System.Xaml (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (5)
1125public void Promote(SixItemList<T> oldList) 1240SixItemList<T> newList = new SixItemList<T>(); 1410public void Promote(SixItemList<T> oldList) 1745SixItemList<T> newStore = new SixItemList<T>(); 2120SixItemList<T> newStore = new SixItemList<T>();