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