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