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