5 references to VerticalTextMarginBottom
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (5)
565
int maxHeight = constraintSize.Height - borderAndPaddingHeights - VerticalTextMarginTop -
VerticalTextMarginBottom
;
651
preferredSize.Height += VerticalTextMarginTop +
VerticalTextMarginBottom
+ borderAndPaddingHeights;
654
preferredSize.Height +=
VerticalTextMarginBottom
;
942
valBounds.Height -= VerticalTextMarginTop +
VerticalTextMarginBottom
;
945
valBounds.Height -=
VerticalTextMarginBottom
;