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