32 references to ShowCellErrors
System.Windows.Forms (32)
winforms\Managed\System\WinForms\DataGridView.cs (7)
4780if (this.ShowCellErrors != value) 4841if (value && !this.ShowRowErrors && !this.ShowCellErrors) 4848if (!value && !this.ShowRowErrors && !this.ShowCellErrors) 4856if (!value && (this.ShowRowErrors || this.ShowCellErrors)) 4936if (value && !this.ShowCellErrors && !this.ShowCellToolTips) 4943if (!value && !this.ShowCellErrors && !this.ShowCellToolTips) 4951if (!value && (this.ShowCellErrors || this.ShowCellToolTips))
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (4)
278!this.DataGridView.ShowCellErrors || 424if (this.DataGridView.ShowCellErrors) 433if (this.DataGridView.ShowCellErrors) 1047if (this.DataGridView.ShowCellErrors && paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (3)
597!this.DataGridView.ShowCellErrors || 848if (this.DataGridView.ShowCellErrors) 1625if (paint && DataGridViewCell.PaintErrorIcon(paintParts) && drawErrorText && this.DataGridView.ShowCellErrors)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
1071!this.DataGridView.ShowCellErrors || 1467if (this.DataGridView.ShowCellErrors) 1484if (this.DataGridView.ShowCellErrors) 2631if (this.DataGridView.ShowCellErrors && paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (4)
372!this.DataGridView.ShowCellErrors || 584if (this.DataGridView.ShowCellErrors) 593if (this.DataGridView.ShowCellErrors) 955if (this.DataGridView.ShowCellErrors && paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (4)
616!this.DataGridView.ShowCellErrors || 740if (this.DataGridView.ShowCellErrors) 753if (this.DataGridView.ShowCellErrors) 1158if (this.DataGridView.ShowCellErrors && paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (4)
374!this.DataGridView.ShowCellErrors || 510if (this.DataGridView.ShowCellErrors) 520if (this.DataGridView.ShowCellErrors) 797if (this.DataGridView.ShowCellErrors && paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (2)
199this.DataGridView.ShowCellErrors, 381if (this.DataGridView.ShowCellErrors && paint && DataGridViewCell.PaintErrorIcon(paintParts))