Base:
method
GetItemAt
System.Windows.Data.CollectionView.GetItemAt(System.Int32)
6 references to GetItemAt
PresentationFramework (6)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (6)
897RemoveImpl(GetItemAt(index), index); 928if (index >= InternalList.Count || !System.Windows.Controls.ItemsControl.EqualsEx(item, GetItemAt(index))) 1866object proposedCurrentItem = (0 <= proposed && proposed < InternalCount) ? GetItemAt(proposed) : null; 2082SetCurrent(GetItemAt(newPosition), newPosition); 2112SetCurrent(GetItemAt(newIndex), newIndex); 2137SetCurrent(GetItemAt(index), index);