1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.UnsharingRowEnumerator.cs (1)
20
_owner
= owner;
4 references to _owner
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.UnsharingRowEnumerator.cs (4)
29
if (_current <
_owner
.Count - 1)
36
_current =
_owner
.Count;
61
if (_current ==
_owner
.Count)
66
return
_owner
[_current];