2 references to PaintErrorIcon
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
913
PaintErrorIcon
(graphics, clipBounds, errorBounds, errorText);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6687
public new void PaintErrorIcon(Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText) => base.
PaintErrorIcon
(graphics, clipBounds, cellValueBounds, errorText);