6 references to ArrayItemList
System.Xaml (6)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (6)
1509ArrayItemList<T> newList = new ArrayItemList<T>(this.Capacity); 1556_targetStore = new ArrayItemList<T>(newCapacity); 1675newStore = new ArrayItemList<T>(value); 1777ArrayItemList<T> newStore = new ArrayItemList<T>(_listStore.Count + 1); 2055newStore = new ArrayItemList<T>(value); 2157ArrayItemList<T> newStore = new ArrayItemList<T>(_listStore.Count + 1);