5 references to
PresentationFramework (5)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
359return EnumerableWrapper[index];
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
215return ViewList[index];
src\Framework\System\Windows\Data\CollectionView.cs (3)
676return EnumerableWrapper[index]; 1801SetCurrent(EnumerableWrapper[position], position); 2039_currentItem = EnumerableWrapper[_currentPosition];