8 references to EnumerableWrapper
PresentationFramework (8)
System\Windows\Data\CollectionView.cs (8)
642return EnumerableWrapper.IndexOf(item); 663return EnumerableWrapper[index]; 714return EnumerableWrapper.Count; 723get { return EnumerableWrapper.IsEmpty; } 863int index = EnumerableWrapper.IndexOf(oldCurrentItem); 898return EnumerableWrapper.GetEnumerator(); 1786SetCurrent(EnumerableWrapper[position], position); 2023_currentItem = EnumerableWrapper[_currentPosition];