7 references to OnAddedRow_PreNotification
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
10877OnAddedRow_PreNotification(dataGridViewRow.Index); 15796OnAddedRow_PreNotification(rowIndex);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (5)
755this.DataGridView.OnAddedRow_PreNotification(index); // Only calling this once instead of 'count' times. Continue to check if this is OK. 768this.DataGridView.OnAddedRow_PreNotification(index); 785this.DataGridView.OnAddedRow_PreNotification(index); // Only calling this once instead of 'count-1' times. Continue to check if this is OK. 794this.DataGridView.OnAddedRow_PreNotification(index); 2134this.DataGridView.OnAddedRow_PreNotification(rowIndex);