Base:
method
GetItemAt
System.Windows.Data.CollectionView.GetItemAt(System.Int32)
6 references to GetItemAt
PresentationFramework (6)
System\Windows\Data\BindingListCollectionView.cs (6)
875RemoveImpl(GetItemAt(index), index); 906if (index >= InternalList.Count || !System.Windows.Controls.ItemsControl.EqualsEx(item, GetItemAt(index))) 1838object proposedCurrentItem = (0 <= proposed && proposed < InternalCount) ? GetItemAt(proposed) : null; 2054SetCurrent(GetItemAt(newPosition), newPosition); 2084SetCurrent(GetItemAt(newIndex), newIndex); 2109SetCurrent(GetItemAt(index), index);