Base:
method
Add
System.Xaml.MS.Impl.FrugalListBase<T>.Add(T)
3 references to Add
System.Xaml (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (3)
1400if (FrugalListStoreState.Success == Add(oldList.EntryAt(index))) 1764newStore.Add(value); 2139newStore.Add(value);