5 references to OnInsertedRow_PreNotification
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (5)
1759this.DataGridView.OnInsertedRow_PreNotification(indexDestination, count); 1786this.DataGridView.OnInsertedRow_PreNotification(indexDestination, 1); 1803this.DataGridView.OnInsertedRow_PreNotification(indexDestination+1, count-1); 1814this.DataGridView.OnInsertedRow_PreNotification(indexDestination + i, 1); 2115this.DataGridView.OnInsertedRow_PreNotification(rowIndex, 1);