3 writes to current
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCellLinkedList.cs (3)
253this.current = this.headElement; 259this.current = this.current.Next; 268this.current = null;
6 references to current
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewCellLinkedList.cs (6)
242Debug.Assert(this.current != null); // Since this is for internal use only. 243return this.current.DataGridViewCell; 252Debug.Assert(this.current == null); 258Debug.Assert(this.current != null); // Since this is for internal use only. 259this.current = this.current.Next; 261return (this.current != null);