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