7 references to DATACONNECTIONSTATE_cancellingRowEdit
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (7)
141return this.dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit]; 244Debug.Assert(this.dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit]); 552if (this.dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit]) 830bool clearSelection = this.dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit] && !this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew]; 1385this.dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit] = true; 1415this.dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit] = false; 1495if (!this.dataConnectionState[DATACONNECTIONSTATE_cancellingRowEdit])