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