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