3 references to EnumerableWrapper
PresentationFramework (3)
MS\Internal\Data\CollectionViewProxy.cs (3)
281get { return EnumerableWrapper.Count; } 319return EnumerableWrapper.IndexOf(item); 348return EnumerableWrapper[index];