5 references to DATAGRIDVIEWBUTTONCELL_verticalTextMargin
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (5)
321
constraintSize.Height - borderAndPaddingHeights - marginHeights - 2 *
DATAGRIDVIEWBUTTONCELL_verticalTextMargin
> 0)
328
constraintSize.Height - borderAndPaddingHeights - marginHeights - 2 *
DATAGRIDVIEWBUTTONCELL_verticalTextMargin
,
397
preferredSize.Height += borderAndPaddingHeights + marginHeights + 2 *
DATAGRIDVIEWBUTTONCELL_verticalTextMargin
;
959
valBounds.Offset(DATAGRIDVIEWBUTTONCELL_horizontalTextMargin,
DATAGRIDVIEWBUTTONCELL_verticalTextMargin
);
961
valBounds.Height -= 2 *
DATAGRIDVIEWBUTTONCELL_verticalTextMargin
;