7 references to DataGridAddNewRow
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGrid.cs (7)
1034localGridRows[DataGridRowsLength - 1] = new DataGridAddNewRow(this, this.myGridTable, DataGridRowsLength-1); 1370this.addNewRow = new DataGridAddNewRow(this, dgt, nDataGridRows - 1); 3962localGridRows[DataGridRowsLength - 1] = new DataGridAddNewRow(this, this.myGridTable, DataGridRowsLength-1); 6056newDataGridRows[currentRowCount] = new DataGridAddNewRow(this, this.myGridTable, currentRowCount); 6905newDataGridRows[newDataGridRowsLength - 1] = new DataGridAddNewRow(this, this.myGridTable, newDataGridRowsLength-1); 7379newDataGridRows[currentRowCount - selectedEntries] = new DataGridAddNewRow(this, this.myGridTable, currentRowCount - selectedEntries); 8494localGridRows[DataGridRowsLength-1] = new DataGridAddNewRow(this, this.myGridTable, DataGridRowsLength -1);