6 references to Insert
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (4)
83
this.
Insert
(index, (DataGridViewRow) value);
377
Insert
(insertionIndex, dataGridViewRow);
1496
Insert
(rowIndex, dataGridViewRow);
1884
Insert
(rowIndex, dataGridViewRows[0]);
System.WorkflowServices (2)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (2)
297
this.parametersGrid.Rows.
Insert
(currentRowIndex + 1, currentRow);
312
this.parametersGrid.Rows.
Insert
(currentRowIndex - 1, currentRow);