5 references to DATAGRIDVIEWBUTTONCELL_verticalTextMargin
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (5)
369
constraintSize.Height - borderAndPaddingHeights - marginHeights - 2 *
DATAGRIDVIEWBUTTONCELL_verticalTextMargin
> 0)
374
constraintSize.Height - borderAndPaddingHeights - marginHeights - 2 *
DATAGRIDVIEWBUTTONCELL_verticalTextMargin
,
432
preferredSize.Height += borderAndPaddingHeights + marginHeights + 2 *
DATAGRIDVIEWBUTTONCELL_verticalTextMargin
;
1013
valBounds.Offset(DATAGRIDVIEWBUTTONCELL_horizontalTextMargin,
DATAGRIDVIEWBUTTONCELL_verticalTextMargin
);
1015
valBounds.Height -= 2 *
DATAGRIDVIEWBUTTONCELL_verticalTextMargin
;