3 writes to _enumerator2Index
PresentationFramework (3)
System\Windows\Controls\Grid.cs (3)
3890
_enumerator2Index
= 0;
3916
_enumerator2Index
++;
3954
_enumerator2Index
= 0;
2 references to _enumerator2Index
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
3913
case (2): if (
_enumerator2Index
< _enumerator2Count)
3915
_currentChild = _enumerator2Collection[
_enumerator2Index
];