8 references to OnAddingRow
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
11082
OnAddingRow
(dataGridViewRow, dataGridViewRow.State, checkFrozenState: false);
15553
OnAddingRow
(dataGridViewRow, rowState, checkFrozenState: false);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (6)
234
DataGridView.
OnAddingRow
(dataGridViewRow, rowState, checkFrozenState: true); // will throw an exception if the addition is illegal
417
DataGridView.
OnAddingRow
(dataGridViewRow, dataGridViewRow.State, checkFrozenState: true); // will throw an exception if the addition is illegal
505
DataGridView.
OnAddingRow
(rowTemplate, rowState, checkFrozenState: true); // will throw an exception if the addition is illegal
587
DataGridView.
OnAddingRow
(rowTemplate, rowTemplateState, checkFrozenState: true); // Done once only, continue to check if this is OK - will throw an exception if the addition is illegal.
620
DataGridView.
OnAddingRow
(rowTemplate2, rowTemplateState, checkFrozenState: true); // done only once, continue to check if this is OK - will throw an exception if the addition is illegal
697
DataGridView.
OnAddingRow
(dataGridViewRow, rowState, checkFrozenState: true); // will throw an exception if the addition is illegal