5 references to
PresentationFramework (5)
MS\Internal\Data\CollectionViewProxy.cs (1)
349return EnumerableWrapper[index];
System\Windows\Data\CollectionContainer.cs (1)
196return ViewList[index];
System\Windows\Data\CollectionView.cs (3)
659return EnumerableWrapper[index]; 1770SetCurrent(EnumerableWrapper[position], position); 1994_currentItem = EnumerableWrapper[_currentPosition];