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