8 references to EnumerableWrapper
PresentationFramework (8)
System\Windows\Data\CollectionView.cs (8)
646return EnumerableWrapper.IndexOf(item); 667return EnumerableWrapper[index]; 718return EnumerableWrapper.Count; 727get { return EnumerableWrapper.IsEmpty; } 867int index = EnumerableWrapper.IndexOf(oldCurrentItem); 902return EnumerableWrapper.GetEnumerator(); 1790SetCurrent(EnumerableWrapper[position], position); 2027_currentItem = EnumerableWrapper[_currentPosition];