5 references to DATAGRIDVIEWLINKCELL_verticalTextMarginBottom
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (5)
679
int maxHeight = constraintSize.Height - borderAndPaddingHeights - DATAGRIDVIEWLINKCELL_verticalTextMarginTop -
DATAGRIDVIEWLINKCELL_verticalTextMarginBottom
;
748
preferredSize.Height += DATAGRIDVIEWLINKCELL_verticalTextMarginTop +
DATAGRIDVIEWLINKCELL_verticalTextMarginBottom
+ borderAndPaddingHeights;
751
preferredSize.Height +=
DATAGRIDVIEWLINKCELL_verticalTextMarginBottom
;
1048
valBounds.Height -= DATAGRIDVIEWLINKCELL_verticalTextMarginTop +
DATAGRIDVIEWLINKCELL_verticalTextMarginBottom
;
1051
valBounds.Height -=
DATAGRIDVIEWLINKCELL_verticalTextMarginBottom
;