5 references to VerticalMargin
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (5)
521
Math.Max(1, constraintSize.Height - borderAndPaddingHeights - 2 *
VerticalMargin
),
537
if (constraintSize.Height - borderAndPaddingHeights - 2 *
VerticalMargin
> s_sortGlyphHeight &&
685
preferredSize.Height += 2 *
VerticalMargin
+ borderAndPaddingHeights;
898
valBounds.Y +=
VerticalMargin
;
899
valBounds.Height -= 2 *
VerticalMargin
;