5 references to
PresentationFramework (5)
MS\Internal\Data\CollectionViewProxy.cs (1)
353return EnumerableWrapper[index];
System\Windows\Data\CollectionContainer.cs (1)
200return ViewList[index];
System\Windows\Data\CollectionView.cs (3)
663return EnumerableWrapper[index]; 1786SetCurrent(EnumerableWrapper[position], position); 2023_currentItem = EnumerableWrapper[_currentPosition];