2 writes to _reflectedIndexOf
PresentationFramework (2)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (2)
505
_reflectedIndexOf
= mi;
634
_reflectedIndexOf
= null;
2 references to _reflectedIndexOf
PresentationFramework (2)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (2)
622
else if (
_reflectedIndexOf
!= null)
626
value = (int)
_reflectedIndexOf
.Invoke(Enumerable, new object[] { item });