Base:
method
GetItemAt
System.Windows.Data.CollectionView.GetItemAt(System.Int32)
5 references to GetItemAt
PresentationFramework (5)
MS\Internal\Data\EnumerableCollectionView.cs (1)
356return _view.GetItemAt(index);
System\Windows\Data\ListCollectionView.cs (4)
1063RemoveImpl(GetItemAt(index), index); 1094if (index >= InternalCount || !System.Windows.Controls.ItemsControl.EqualsEx(item, GetItemAt(index))) 2830SetCurrent(GetItemAt(newPosition), newPosition); 2860SetCurrent(GetItemAt(newIndex), newIndex);