6 references to DATACONNECTIONSTATE_inAddNew
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (6)
272
this.dataConnectionState[
DATACONNECTIONSTATE_inAddNew
] = true;
280
this.dataConnectionState[
DATACONNECTIONSTATE_inAddNew
] = false;
491
Debug.Assert(!this.dataConnectionState[
DATACONNECTIONSTATE_inAddNew
] || !this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew],
519
if (this.dataConnectionState[
DATACONNECTIONSTATE_inAddNew
])
558
this.dataConnectionState[
DATACONNECTIONSTATE_inAddNew
])
801
!this.dataConnectionState[
DATACONNECTIONSTATE_inAddNew
] && // condition 2.