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