6 references to Enumerable
PresentationFramework (6)
MS\Internal\Data\IndexedEnumerable.cs (6)
287
return new FilteredEnumerator(this,
Enumerable
, FilterCallback);
334
INotifyCollectionChanged icc =
Enumerable
as INotifyCollectionChanged;
536
value = (int)_reflectedCount.GetValue(
Enumerable
, null);
569
isEmpty = ((int)_reflectedCount.GetValue(
Enumerable
, null) == 0);
602
value = (int)_reflectedIndexOf.Invoke(
Enumerable
, new object[] { item });
635
value = _reflectedItemAt.GetValue(
Enumerable
, new object[] { index });