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