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