4 references to DATAGRIDVIEWTEXTBOXCELL_horizontalTextMarginLeft
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (4)
436
Math.Max(1, constraintSize.Width - borderAndPaddingWidths -
DATAGRIDVIEWTEXTBOXCELL_horizontalTextMarginLeft
- DATAGRIDVIEWTEXTBOXCELL_horizontalTextMarginRight),
483
preferredSize.Width +=
DATAGRIDVIEWTEXTBOXCELL_horizontalTextMarginLeft
+ DATAGRIDVIEWTEXTBOXCELL_horizontalTextMarginRight + borderAndPaddingWidths;
726
valBounds.Offset(
DATAGRIDVIEWTEXTBOXCELL_horizontalTextMarginLeft
, verticalTextMarginTop);
727
valBounds.Width -=
DATAGRIDVIEWTEXTBOXCELL_horizontalTextMarginLeft
+ DATAGRIDVIEWTEXTBOXCELL_horizontalTextMarginRight;