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