4 references to VerticalTextMarginTop
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (4)
565
int maxHeight = constraintSize.Height - borderAndPaddingHeights -
VerticalTextMarginTop
- VerticalTextMarginBottom;
651
preferredSize.Height +=
VerticalTextMarginTop
+ VerticalTextMarginBottom + borderAndPaddingHeights;
940
valBounds.Offset(HorizontalTextMarginLeft,
VerticalTextMarginTop
);
942
valBounds.Height -=
VerticalTextMarginTop
+ VerticalTextMarginBottom;