3 references to DataGridViewRowCollection_CannotAddOrInsertSelectedRow
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
11051
throw new InvalidOperationException(SR.
DataGridViewRowCollection_CannotAddOrInsertSelectedRow
);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (2)
403
throw new InvalidOperationException(SR.
DataGridViewRowCollection_CannotAddOrInsertSelectedRow
);
1486
throw new InvalidOperationException(SR.
DataGridViewRowCollection_CannotAddOrInsertSelectedRow
);