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