7 references to DATACONNECTIONSTATE_inDeleteOperation
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (7)
573else if (this.dataConnectionState[DATACONNECTIONSTATE_inDeleteOperation] && this.currencyManager.List.Count == 0) 592if (this.dataConnectionState[DATACONNECTIONSTATE_inDeleteOperation] && this.dataConnectionState[DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView]) 619if (this.dataConnectionState[DATACONNECTIONSTATE_inDeleteOperation] && 935this.dataConnectionState[DATACONNECTIONSTATE_inDeleteOperation] = true; 944this.dataConnectionState[DATACONNECTIONSTATE_inDeleteOperation] = false; 952this.dataConnectionState[DATACONNECTIONSTATE_inDeleteOperation] = true; 961this.dataConnectionState[DATACONNECTIONSTATE_inDeleteOperation] = false;