1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
2667this.owner = owner;
5 references to owner
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (5)
2692this.owner.SwapSortedRows(left, right); 2718this.owner.SwapSortedRows(i, j); 2758this.owner.SwapSortedRows(left, center); 2762this.owner.SwapSortedRows(left, right); 2766this.owner.SwapSortedRows(center, right);