8 instantiations of ArrayItemList
WindowsBase (8)
Shared\MS\Utility\FrugalList.cs (8)
1569ArrayItemList<T> newList = new ArrayItemList<T>(this.Capacity); 1620_targetStore = new ArrayItemList<T>(newCapacity); 1740newStore = new ArrayItemList<T>(value); 1840ArrayItemList<T> newStore = new ArrayItemList<T>(_listStore.Count + 1); 2039_listStore = new ArrayItemList<T>(collection); 2056_listStore = new ArrayItemList<T>(collection); 2105newStore = new ArrayItemList<T>(value); 2205ArrayItemList<T> newStore = new ArrayItemList<T>(_listStore.Count + 1);
6 references to ArrayItemList
WindowsBase (6)
Shared\MS\Utility\FrugalList.cs (6)
1529public void Promote(ArrayItemList<T> oldList) 1569ArrayItemList<T> newList = new ArrayItemList<T>(this.Capacity); 1603public ArrayCompacter(ArrayItemList<T> store, int newCount) 1679ArrayItemList<T> _targetStore; 1840ArrayItemList<T> newStore = new ArrayItemList<T>(_listStore.Count + 1); 2205ArrayItemList<T> newStore = new ArrayItemList<T>(_listStore.Count + 1);