7 references to DATACONNECTIONSTATE_cancellingRowEdit
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (7)
103public bool CancellingRowEdit => _dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit]; 148Debug.Assert(_dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit]); 451if (_dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit]) 744bool clearSelection = _dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit] && !_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew]; 1286_dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit] = true; 1316_dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit] = false; 1392if (!_dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit])