4 references to InternalItemAt
PresentationFramework (4)
src\Framework\System\Windows\Data\ListCollectionView.cs (4)
153
if (newPosition < InternalCount && (newItem =
InternalItemAt
(newPosition)) != NewItemPlaceholder)
216
object proposedCurrentItem = (0 <= position && position < InternalCount) ?
InternalItemAt
(position) : null;
318
return
InternalItemAt
(index);
2666
SetCurrent(
InternalItemAt
(newPosition), newPosition);