6 references to Enumerable
PresentationFramework (6)
MS\Internal\Data\IndexedEnumerable.cs (6)
294return new FilteredEnumerator(this, Enumerable, FilterCallback); 341INotifyCollectionChanged icc = Enumerable as INotifyCollectionChanged; 546value = (int)_reflectedCount.GetValue(Enumerable, null); 579isEmpty = ((int)_reflectedCount.GetValue(Enumerable, null) == 0); 612value = (int)_reflectedIndexOf.Invoke(Enumerable, new object[] { item }); 645value = _reflectedItemAt.GetValue(Enumerable, new object[] { index });