7 references to DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (7)
592if (this.dataConnectionState[DATACONNECTIONSTATE_inDeleteOperation] && this.dataConnectionState[DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView]) 621this.dataConnectionState[DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView]) 699this.dataConnectionState[DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView] = false; 937this.dataConnectionState[DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView] = true; 945this.dataConnectionState[DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView] = false; 954this.dataConnectionState[DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView] = true; 962this.dataConnectionState[DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView] = false;