5 references to NotifyCurrentCellDirty
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
904this.DataGridView.NotifyCurrentCellDirty(true);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1201this.DataGridView.NotifyCurrentCellDirty(true);
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
176this.dataGridView.NotifyCurrentCellDirty(true);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
25483NotifyCurrentCellDirty(true);
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
257this.dataGridView.NotifyCurrentCellDirty(true);