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