5 references to
PresentationFramework (5)
MS\Internal\Data\CollectionViewProxy.cs (1)
350return EnumerableWrapper[index];
System\Windows\Data\CollectionContainer.cs (1)
197return ViewList[index];
System\Windows\Data\CollectionView.cs (3)
660return EnumerableWrapper[index]; 1771SetCurrent(EnumerableWrapper[position], position); 1995_currentItem = EnumerableWrapper[_currentPosition];