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