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