11 references to IsCurrentCellDirty
System.Windows.Forms (11)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
2882
return _dataGridViewState1[State1_EditedRowChanged] ||
IsCurrentCellDirty
;
2886
QuestionEventArgs qe = new(_dataGridViewState1[State1_EditedRowChanged] ||
IsCurrentCellDirty
);
2914
||
IsCurrentCellDirty
3900
if (
IsCurrentCellDirty
)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
3165
bool currentCellDirty =
IsCurrentCellDirty
;
3844
if (!IsCurrentCellInEditMode || !
IsCurrentCellDirty
)
3862
|| (_dataGridViewState1[State1_CurrentCellInEditMode] && ((IDataGridViewEditingCell)CurrentCellInternal).EditingCellValueChanged)) ==
IsCurrentCellDirty
3865
if (
IsCurrentCellDirty
)
14581
if (
IsCurrentCellDirty
&& NewRowIndex == _ptCurrentCell.Y)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (2)
796
if (DataGridView.
IsCurrentCellDirty
&& DataGridView.ShowEditingIcon)
952
if (DataGridView.
IsCurrentCellDirty
&& DataGridView.ShowEditingIcon)