11 references to IsCurrentCellDirty
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridView.cs (4)
3648return this.dataGridViewState1[DATAGRIDVIEWSTATE1_editedRowChanged] || this.IsCurrentCellDirty; 3652QuestionEventArgs qe = new QuestionEventArgs(this.dataGridViewState1[DATAGRIDVIEWSTATE1_editedRowChanged] || this.IsCurrentCellDirty); 3684this.IsCurrentCellDirty || 4906if (this.IsCurrentCellDirty) {
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
3196bool currentCellDirty = this.IsCurrentCellDirty; 3870if (!this.IsCurrentCellInEditMode || !this.IsCurrentCellDirty) 3890) == this.IsCurrentCellDirty || 3893if (this.IsCurrentCellDirty) 15044if (this.IsCurrentCellDirty && this.newRowIndex == this.ptCurrentCell.Y)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (2)
924if (this.DataGridView.IsCurrentCellDirty && this.DataGridView.ShowEditingIcon) 1070if (this.DataGridView.IsCurrentCellDirty && this.DataGridView.ShowEditingIcon)