4 references to DATAGRIDVIEWLINKCELL_verticalTextMarginTop
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (4)
679
int maxHeight = constraintSize.Height - borderAndPaddingHeights -
DATAGRIDVIEWLINKCELL_verticalTextMarginTop
- DATAGRIDVIEWLINKCELL_verticalTextMarginBottom;
748
preferredSize.Height +=
DATAGRIDVIEWLINKCELL_verticalTextMarginTop
+ DATAGRIDVIEWLINKCELL_verticalTextMarginBottom + borderAndPaddingHeights;
1046
valBounds.Offset(DATAGRIDVIEWLINKCELL_horizontalTextMarginLeft,
DATAGRIDVIEWLINKCELL_verticalTextMarginTop
);
1048
valBounds.Height -=
DATAGRIDVIEWLINKCELL_verticalTextMarginTop
+ DATAGRIDVIEWLINKCELL_verticalTextMarginBottom;