Base:
method
GetItemAt
System.Windows.Data.CollectionView.GetItemAt(System.Int32)
6 references to GetItemAt
PresentationFramework (6)
System\Windows\Data\BindingListCollectionView.cs (6)
876RemoveImpl(GetItemAt(index), index); 907if (index >= InternalList.Count || !System.Windows.Controls.ItemsControl.EqualsEx(item, GetItemAt(index))) 1839object proposedCurrentItem = (0 <= proposed && proposed < InternalCount) ? GetItemAt(proposed) : null; 2055SetCurrent(GetItemAt(newPosition), newPosition); 2085SetCurrent(GetItemAt(newIndex), newIndex); 2110SetCurrent(GetItemAt(index), index);