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