10 references to IsCurrentRowDirty
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridView.cs (2)
3685
((this.VirtualMode || this.DataSource != null) && this.
IsCurrentRowDirty
) ||
4898
if (this.
IsCurrentRowDirty
)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (3)
856
if (this.owner.CurrentCellAddress.Y != this.owner.NewRowIndex || this.owner.
IsCurrentRowDirty
)
1493
if (!this.dataConnectionState[DATACONNECTIONSTATE_finishedAddNew] && !this.owner.
IsCurrentRowDirty
)
1512
else if (this.owner.
IsCurrentRowDirty
)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
3197
bool currentRowDirty = this.
IsCurrentRowDirty
;
3306
if (!this.
IsCurrentRowDirty
&&
21900
if (/*commitRow && */this.
IsCurrentRowDirty
)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (2)
909
if (this.DataGridView.
IsCurrentRowDirty
&& this.DataGridView.ShowEditingIcon)
1055
if (this.DataGridView.
IsCurrentRowDirty
&& this.DataGridView.ShowEditingIcon)