10 references to IsCurrentRowDirty
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2908|| ((VirtualMode || DataSource is not null) && IsCurrentRowDirty) 3887if (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)
3293bool currentRowDirty = IsCurrentRowDirty; 3391if (!IsCurrentRowDirty && _ptCurrentCell.Y == NewRowIndex - 1 && _dataGridViewState1[State1_NewRowCreatedByEditing]) 21907if (/*commitRow && */IsCurrentRowDirty)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (2)
777if (DataGridView.IsCurrentRowDirty && DataGridView.ShowEditingIcon) 933if (DataGridView.IsCurrentRowDirty && DataGridView.ShowEditingIcon)