2 writes to _reflectedIndexOf
PresentationFramework (2)
MS\Internal\Data\IndexedEnumerable.cs (2)
488
_reflectedIndexOf
= mi;
617
_reflectedIndexOf
= null;
2 references to _reflectedIndexOf
PresentationFramework (2)
MS\Internal\Data\IndexedEnumerable.cs (2)
605
else if (
_reflectedIndexOf
!= null)
609
value = (int)
_reflectedIndexOf
.Invoke(Enumerable, new object[] { item });