14 references to DATACONNECTIONSTATE_finishedAddNew
System.Windows.Forms (14)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (14)
87this.dataConnectionState = new BitVector32(DATACONNECTIONSTATE_finishedAddNew); 260this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] = false; 491Debug.Assert(!this.dataConnectionState[DATACONNECTIONSTATE_inAddNew] || !this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew], 514if (!this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] && this.owner.newRowIndex == e.NewIndex) 546this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] = true; 609Debug.Assert(this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew]); 627else if (!this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] && 800this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] && // condition 2. 830bool clearSelection = this.dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit] && !this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew]; 911if (!this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew]) 1112this.dataConnectionState = new BitVector32(DATACONNECTIONSTATE_finishedAddNew); 1420this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] = true; 1493if (!this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] && !this.owner.IsCurrentRowDirty) 1536this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] = true;