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