3 references to DATAGRIDVIEWLINKCELL_horizontalTextMarginRight
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (3)
698
Math.Max(1, constraintSize.Width - borderAndPaddingWidths - DATAGRIDVIEWLINKCELL_horizontalTextMarginLeft -
DATAGRIDVIEWLINKCELL_horizontalTextMarginRight
),
739
preferredSize.Width += DATAGRIDVIEWLINKCELL_horizontalTextMarginLeft +
DATAGRIDVIEWLINKCELL_horizontalTextMarginRight
+ borderAndPaddingWidths;
1047
valBounds.Width -= DATAGRIDVIEWLINKCELL_horizontalTextMarginLeft +
DATAGRIDVIEWLINKCELL_horizontalTextMarginRight
;