3 references to DrawString
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ByteViewer.cs (3)
131
g.
DrawString
(hexChars, font, foreground, ADDRESS_START_X, LINE_START_Y + line * CELL_HEIGHT);
196
g.
DrawString
(charsToDraw, font, foreground, DUMP_START_X, LINE_START_Y + line * CELL_HEIGHT);
224
g.
DrawString
(result, font, foreground, HEX_START_X + BORDER_GAP, LINE_START_Y + line * CELL_HEIGHT);