7 references to DataGridView_CellChangeCannotBeCommittedOrAborted
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (5)
1734throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 1751throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 1767throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 3150throw new InvalidOperationException(SR.DataGridView_CellChangeCannotBeCommittedOrAborted); 3602throw 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);