2 references to InsertInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
687
this.owner.Rows.
InsertInternal
(e.NewIndex, this.owner.RowTemplateClone, true /*force*/);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
1620
InsertInternal
(rowIndex, dataGridViewRow, false);