2 references to OnAddingRows
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
16092OnAddingRows(dataGridViewRows, false /*checkFrozenStates*/);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
891this.DataGridView.OnAddingRows(dataGridViewRows, true /*checkFrozenStates*/); // will throw an exception if the addition is illegal