5 references to DATAGRIDVIEWSTATE1_editedRowChanged
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridView.cs (4)
3648return this.dataGridViewState1[DATAGRIDVIEWSTATE1_editedRowChanged] || this.IsCurrentCellDirty; 3652QuestionEventArgs qe = new QuestionEventArgs(this.dataGridViewState1[DATAGRIDVIEWSTATE1_editedRowChanged] || this.IsCurrentCellDirty); 3663if (value != this.dataGridViewState1[DATAGRIDVIEWSTATE1_editedRowChanged]) 3665this.dataGridViewState1[DATAGRIDVIEWSTATE1_editedRowChanged] = value;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
3233!this.dataGridViewState1[DATAGRIDVIEWSTATE1_editedRowChanged]))