Base:
method
GetItemAt
System.Windows.Data.CollectionView.GetItemAt(System.Int32)
6 references to GetItemAt
PresentationFramework (6)
System\Windows\Data\BindingListCollectionView.cs (6)
890RemoveImpl(GetItemAt(index), index); 921if (index >= InternalList.Count || !System.Windows.Controls.ItemsControl.EqualsEx(item, GetItemAt(index))) 1859object proposedCurrentItem = (0 <= proposed && proposed < InternalCount) ? GetItemAt(proposed) : null; 2075SetCurrent(GetItemAt(newPosition), newPosition); 2105SetCurrent(GetItemAt(newIndex), newIndex); 2130SetCurrent(GetItemAt(index), index);