2 references to DataGridRelationshipRow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGrid.cs (2)
1366
rows[r] = new
DataGridRelationshipRow
(this, dgt,r);
3129
gridRows[currentRowCount - 1] = new
DataGridRelationshipRow
(this, this.myGridTable, currentRowCount - 1);