10 references to CELL_HEIGHT
System.Windows.Forms.Design (10)
System\ComponentModel\Design\ByteViewer.cs (10)
32private const int LINE_START_Y = CLIENT_START_Y + CELL_HEIGHT / 8; 131g.DrawString(hexChars, font, foreground, ADDRESS_START_X, LINE_START_Y + line * CELL_HEIGHT); 148_rowCount * CELL_HEIGHT)); 158_rowCount * CELL_HEIGHT - 1)); 165CLIENT_START_Y + _rowCount * CELL_HEIGHT - 1); 196g.DrawString(charsToDraw, font, foreground, DUMP_START_X, LINE_START_Y + line * CELL_HEIGHT); 224g.DrawString(result, font, foreground, HEX_START_X + BORDER_GAP, LINE_START_Y + line * CELL_HEIGHT); 4442 * (BORDER_GAP + INSET_GAP) + _rowCount * (CELL_HEIGHT)); 549int rows = (ClientSize.Height - 2 * (BORDER_GAP + INSET_GAP)) / CELL_HEIGHT; 5642 * (BORDER_GAP + INSET_GAP) + _rowCount * (CELL_HEIGHT));