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