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