7 references to INSET_GAP
System.Windows.Forms.Design (7)
System\ComponentModel\Design\ByteViewer.cs (7)
30
private const int ADDRESS_START_X = BORDER_GAP +
INSET_GAP
;
31
private const int CLIENT_START_Y = BORDER_GAP +
INSET_GAP
;
443
SCROLLBAR_START_X + _scrollbarWidth + BORDER_GAP +
INSET_GAP
,
444
2 * (BORDER_GAP +
INSET_GAP
) + _rowCount * (CELL_HEIGHT));
549
int rows = (ClientSize.Height - 2 * (BORDER_GAP +
INSET_GAP
)) / CELL_HEIGHT;
563
SCROLLBAR_START_X + _scrollbarWidth + BORDER_GAP +
INSET_GAP
,
564
2 * (BORDER_GAP +
INSET_GAP
) + _rowCount * (CELL_HEIGHT));