9 references to PaintErrorIcon
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
1047if (this.DataGridView.ShowCellErrors && paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1625if (paint && DataGridViewCell.PaintErrorIcon(paintParts) && drawErrorText && this.DataGridView.ShowCellErrors)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2631if (this.DataGridView.ShowCellErrors && paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
955if (this.DataGridView.ShowCellErrors && paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
1158if (this.DataGridView.ShowCellErrors && paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (2)
1029if (paint && this.DataGridView.ShowRowErrors && DataGridViewCell.PaintErrorIcon(paintParts)) 1111if (paint && this.DataGridView.ShowRowErrors && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
797if (this.DataGridView.ShowCellErrors && paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
381if (this.DataGridView.ShowCellErrors && paint && DataGridViewCell.PaintErrorIcon(paintParts))