5 references to DATAGRIDVIEWBUTTONCELL_horizontalTextMargin
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (5)
345
constraintSize.Width - borderAndPaddingWidths - marginWidths - 2 *
DATAGRIDVIEWBUTTONCELL_horizontalTextMargin
> 0)
353
constraintSize.Width - borderAndPaddingWidths - marginWidths - 2 *
DATAGRIDVIEWBUTTONCELL_horizontalTextMargin
,
387
preferredSize.Width += borderAndPaddingWidths + marginWidths + 2 *
DATAGRIDVIEWBUTTONCELL_horizontalTextMargin
;
959
valBounds.Offset(
DATAGRIDVIEWBUTTONCELL_horizontalTextMargin
, DATAGRIDVIEWBUTTONCELL_verticalTextMargin);
960
valBounds.Width -= 2 *
DATAGRIDVIEWBUTTONCELL_horizontalTextMargin
;