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