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