6 references to ArrayItemList
System.Xaml (6)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (6)
1490ArrayItemList<T> newList = new ArrayItemList<T>(this.Capacity); 1537_targetStore = new ArrayItemList<T>(newCapacity); 1657newStore = new ArrayItemList<T>(value); 1757ArrayItemList<T> newStore = new ArrayItemList<T>(_listStore.Count + 1); 2032newStore = new ArrayItemList<T>(value); 2132ArrayItemList<T> newStore = new ArrayItemList<T>(_listStore.Count + 1);