4 writes to current
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (4)
2916
this.
current
= -1;
2927
this.
current
++;
2932
this.
current
= this.owner.Count;
2942
this.
current
= -1;
4 references to current
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (4)
2925
if (this.
current
< this.owner.Count - 1)
2952
if (this.
current
== -1)
2956
if (this.
current
== this.owner.Count)
2960
return this.owner[this.
current
];