7 references to DataGridView_CellChangeCannotBeCommittedOrAborted
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (5)
1735throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 1752throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 1768throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 3151throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 3603throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted);
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (2)
1241throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 1279throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted);