5 references to OnAddedRow_PostNotification
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
10885OnAddedRow_PostNotification(dataGridViewRow.Index); 15804OnAddedRow_PostNotification(rowIndex);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (3)
759this.DataGridView.OnAddedRow_PostNotification(index - (count - 1) + i); 800this.DataGridView.OnAddedRow_PostNotification(index - (count - 1) + i); 2237this.DataGridView.OnAddedRow_PostNotification(rowIndex);