13 references to InvalidateCell
System.Windows.Forms (13)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (4)
252this.DataGridView.InvalidateCell(this); 348this.DataGridView.InvalidateCell(this); 387this.DataGridView.InvalidateCell(this); 433this.DataGridView.InvalidateCell(this);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
333this.DataGridView.InvalidateCell(this); 379this.DataGridView.InvalidateCell(this);
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
207this.DataGridView.InvalidateCell(this);
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (6)
86this.DataGridView.InvalidateCell(this); 165this.DataGridView.InvalidateCell(this); 219this.DataGridView.InvalidateCell(this); 295this.DataGridView.InvalidateCell(this); 334this.DataGridView.InvalidateCell(this); 423this.DataGridView.InvalidateCell(this);