10 references to IsCurrentRowDirty
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2908|| ((VirtualMode || DataSource is not null) && IsCurrentRowDirty) 3885if (IsCurrentRowDirty)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (3)
770if (_owner.CurrentCellAddress.Y != _owner.NewRowIndex || _owner.IsCurrentRowDirty) 1390if (!_dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] && !_owner.IsCurrentRowDirty) 1409else if (_owner.IsCurrentRowDirty)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
3169bool currentRowDirty = IsCurrentRowDirty; 3267if (!IsCurrentRowDirty && _ptCurrentCell.Y == NewRowIndex - 1 && _dataGridViewState1[State1_NewRowCreatedByEditing]) 21461if (/*commitRow && */IsCurrentRowDirty)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (2)
781if (DataGridView.IsCurrentRowDirty && DataGridView.ShowEditingIcon) 937if (DataGridView.IsCurrentRowDirty && DataGridView.ShowEditingIcon)