4 references to InternalItemAt
PresentationFramework (4)
System\Windows\Data\ListCollectionView.cs (4)
140
if (newPosition < InternalCount && (newItem =
InternalItemAt
(newPosition)) != NewItemPlaceholder)
202
object proposedCurrentItem = (0 <= position && position < InternalCount) ?
InternalItemAt
(position) : null;
304
return
InternalItemAt
(index);
2647
SetCurrent(
InternalItemAt
(newPosition), newPosition);