4 writes to _current
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.UnsharingRowEnumerator.cs (4)
21
_current
= -1;
31
_current
++;
36
_current
= _owner.Count;
46
_current
= -1;
4 references to _current
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.UnsharingRowEnumerator.cs (4)
29
if (
_current
< _owner.Count - 1)
56
if (
_current
== -1)
61
if (
_current
== _owner.Count)
66
return _owner[
_current
];