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