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)
29if (_current < _owner.Count - 1) 36_current = _owner.Count; 61if (_current == _owner.Count) 66return _owner[_current];