3 references to DATAGRIDVIEWSTATE1_editedCellChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (3)
3613
return this.dataGridViewState1[
DATAGRIDVIEWSTATE1_editedCellChanged
];
3621
if (value != this.dataGridViewState1[
DATAGRIDVIEWSTATE1_editedCellChanged
])
3623
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_editedCellChanged
] = value;