4 references to PaintIcon
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridRow.cs (4)
599bounds.X += PaintIcon(g, bounds, true, alignToRight, bmp).Width + xOffset; 607bounds.X += PaintIcon(g, bounds, RowNumber == this.DataGrid.CurrentCell.RowNumber, alignToRight, bmp).Width + xOffset; 614bounds.X += PaintIcon(g, bounds, RowNumber == this.DataGrid.CurrentCell.RowNumber, alignToRight, bmp).Width + xOffset; 643errRect = PaintIcon(g, bounds, true, alignToRight, bmp);