6 references to Enumerable
PresentationFramework (6)
MS\Internal\Data\IndexedEnumerable.cs (6)
291return new FilteredEnumerator(this, Enumerable, FilterCallback); 338INotifyCollectionChanged icc = Enumerable as INotifyCollectionChanged; 543value = (int)_reflectedCount.GetValue(Enumerable, null); 576isEmpty = ((int)_reflectedCount.GetValue(Enumerable, null) == 0); 609value = (int)_reflectedIndexOf.Invoke(Enumerable, new object[] { item }); 642value = _reflectedItemAt.GetValue(Enumerable, new object[] { index });