4 writes to _currentChild
PresentationFramework (4)
src\Framework\System\Windows\Controls\Grid.cs (4)
4135
case (0): if (_enumerator0.MoveNext()) {
_currentChild
= _enumerator0.Current; return (true); } break;
4136
case (1): if (_enumerator1.MoveNext()) {
_currentChild
= _enumerator1.Current; return (true); } break;
4139
_currentChild
= _enumerator2Collection[_enumerator2Index];
4175
_currentChild
= null;
1 reference to _currentChild
PresentationFramework (1)
src\Framework\System\Windows\Controls\Grid.cs (1)
4168
return (
_currentChild
);