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