8 references to EnumerableWrapper
PresentationFramework (8)
System\Windows\Data\CollectionView.cs (8)
639return EnumerableWrapper.IndexOf(item); 660return EnumerableWrapper[index]; 711return EnumerableWrapper.Count; 720get { return EnumerableWrapper.IsEmpty; } 860int index = EnumerableWrapper.IndexOf(oldCurrentItem); 895return EnumerableWrapper.GetEnumerator(); 1771SetCurrent(EnumerableWrapper[position], position); 1995_currentItem = EnumerableWrapper[_currentPosition];