7 references to DataGridView_CellChangeCannotBeCommittedOrAborted
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (5)
1728throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 1745throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 1761throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 3144throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 3596throw 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);