5 references to DATAGRIDVIEWBUTTONCELL_horizontalTextMargin
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (5)
388
constraintSize.Width - borderAndPaddingWidths - marginWidths - 2 *
DATAGRIDVIEWBUTTONCELL_horizontalTextMargin
> 0)
394
constraintSize.Width - borderAndPaddingWidths - marginWidths - 2 *
DATAGRIDVIEWBUTTONCELL_horizontalTextMargin
,
423
preferredSize.Width += borderAndPaddingWidths + marginWidths + 2 *
DATAGRIDVIEWBUTTONCELL_horizontalTextMargin
;
1013
valBounds.Offset(
DATAGRIDVIEWBUTTONCELL_horizontalTextMargin
, DATAGRIDVIEWBUTTONCELL_verticalTextMargin);
1014
valBounds.Width -= 2 *
DATAGRIDVIEWBUTTONCELL_horizontalTextMargin
;