6 references to Enumerable
PresentationFramework (6)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (6)
308return new FilteredEnumerator(this, Enumerable, FilterCallback); 355INotifyCollectionChanged icc = Enumerable as INotifyCollectionChanged; 560value = (int) _reflectedCount.GetValue(Enumerable, null); 593isEmpty = ((int)_reflectedCount.GetValue(Enumerable, null) == 0); 626value = (int) _reflectedIndexOf.Invoke(Enumerable, new object[] { item }); 659value = _reflectedItemAt.GetValue(Enumerable, new object[] { index });