Base:
method
GetItemAt
System.Windows.Data.CollectionView.GetItemAt(System.Int32)
5 references to GetItemAt
PresentationFramework (5)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
363return _view.GetItemAt(index);
src\Framework\System\Windows\Data\ListCollectionView.cs (4)
1077RemoveImpl(GetItemAt(index), index); 1108if (index >= InternalCount || !System.Windows.Controls.ItemsControl.EqualsEx(item, GetItemAt(index))) 2849SetCurrent(GetItemAt(newPosition), newPosition); 2879SetCurrent(GetItemAt(newIndex), newIndex);