6 references to DATAGRIDVIEWSTATE1_newRowEdited
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridView.cs (1)
3687
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_newRowEdited
]);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
3232
(this.dataGridViewState1[
DATAGRIDVIEWSTATE1_newRowEdited
] &&
3235
bool discardNewRow = this.dataGridViewState1[
DATAGRIDVIEWSTATE1_newRowEdited
];
3246
this.dataConnection.CancelRowEdit(true /*restoreRow*/, this.dataGridViewState1[
DATAGRIDVIEWSTATE1_newRowEdited
]/*addNewFinished*/);
18118
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_newRowEdited
] = false;
18126
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_newRowEdited
] = true;