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