14 references to DATACONNECTIONSTATE_finishedAddNew
System.Windows.Forms (14)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (14)
80_dataConnectionState = new BitVector32(DATACONNECTIONSTATE_finishedAddNew); 164_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] = false; 388Debug.Assert(!_dataConnectionState[DATACONNECTIONSTATE_inAddNew] || !_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew], 412if (!_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] && _owner.NewRowIndex == e.NewIndex) 445_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] = true; 513Debug.Assert(_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew]); 531else if (!_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] 716_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] && // condition 2. 744bool clearSelection = _dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit] && !_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew]; 824if (!_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew]) 1020_dataConnectionState = new BitVector32(DATACONNECTIONSTATE_finishedAddNew); 1321_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] = true; 1390if (!_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] && !_owner.IsCurrentRowDirty) 1429_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] = true;