6 references to Enumerable
PresentationFramework (6)
MS\Internal\Data\IndexedEnumerable.cs (6)
288return new FilteredEnumerator(this, Enumerable, FilterCallback); 335INotifyCollectionChanged icc = Enumerable as INotifyCollectionChanged; 537value = (int)_reflectedCount.GetValue(Enumerable, null); 570isEmpty = ((int)_reflectedCount.GetValue(Enumerable, null) == 0); 603value = (int)_reflectedIndexOf.Invoke(Enumerable, new object[] { item }); 636value = _reflectedItemAt.GetValue(Enumerable, new object[] { index });