8 instantiations of ArrayItemList
System.Xaml (8)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (8)
1509
ArrayItemList<T> newList = new
ArrayItemList
<T>(this.Capacity);
1556
_targetStore = new
ArrayItemList
<T>(newCapacity);
1675
newStore = new
ArrayItemList
<T>(value);
1777
ArrayItemList<T> newStore = new
ArrayItemList
<T>(_listStore.Count + 1);
1975
_listStore = new
ArrayItemList
<T>(collection);
1993
_listStore = new
ArrayItemList
<T>(collection);
2055
newStore = new
ArrayItemList
<T>(value);
2157
ArrayItemList<T> newStore = new
ArrayItemList
<T>(_listStore.Count + 1);
6 references to ArrayItemList
System.Xaml (6)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (6)
1484
public void Promote(
ArrayItemList
<T> oldList)
1509
ArrayItemList
<T> newList = new ArrayItemList<T>(this.Capacity);
1539
public ArrayCompacter(
ArrayItemList
<T> store, int newCount)
1615
private
ArrayItemList
<T> _targetStore;
1777
ArrayItemList
<T> newStore = new ArrayItemList<T>(_listStore.Count + 1);
2157
ArrayItemList
<T> newStore = new ArrayItemList<T>(_listStore.Count + 1);