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