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