Base:
method
InsertItem
System.Collections.ObjectModel.Collection<T>.InsertItem(System.Int32, T)
2 overrides of InsertItem
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2541protected override void InsertItem(int index, SortDescription item)
WindowsBase (1)
Base\System\ComponentModel\SortDescriptionCollection.cs (1)
174protected override void InsertItem(int index, SortDescription item)
1 reference to InsertItem
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2547base.InsertItem(index, item);