3 references to OnInsertedRow_PostNotification
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (3)
1763this.DataGridView.OnInsertedRow_PostNotification(indexDestination + i, newCurrentCell, i == count - 1); 1820this.DataGridView.OnInsertedRow_PostNotification(indexDestination + i, newCurrentCell, i == count - 1); 2233this.DataGridView.OnInsertedRow_PostNotification(rowIndex, newCurrentCell, true);