7 references to OnAddedRow_PreNotification
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
10724
OnAddedRow_PreNotification
(dataGridViewRow.Index);
15287
OnAddedRow_PreNotification
(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (5)
602
DataGridView.
OnAddedRow_PreNotification
(index); // Only calling this once instead of 'count' times. Continue to check if this is OK.
616
DataGridView.
OnAddedRow_PreNotification
(index);
635
DataGridView.
OnAddedRow_PreNotification
(index); // Only calling this once instead of 'count-1' times. Continue to check if this is OK.
644
DataGridView.
OnAddedRow_PreNotification
(index);
2008
DataGridView.
OnAddedRow_PreNotification
(rowIndex);