8 references to EnumerableWrapper
PresentationFramework (8)
System\Windows\Data\CollectionView.cs (8)
638return EnumerableWrapper.IndexOf(item); 659return EnumerableWrapper[index]; 710return EnumerableWrapper.Count; 719get { return EnumerableWrapper.IsEmpty; } 859int index = EnumerableWrapper.IndexOf(oldCurrentItem); 894return EnumerableWrapper.GetEnumerator(); 1770SetCurrent(EnumerableWrapper[position], position); 1994_currentItem = EnumerableWrapper[_currentPosition];