5 references to BoxHeaderWidth
System.Windows.Forms (5)
System\Windows\Forms\Controls\GroupBox\GroupBoxRenderer.cs (5)
180
textBounds.Width -= 2 *
BoxHeaderWidth
;
194
textBounds.X = bounds.Right - textBounds.Width -
BoxHeaderWidth
+ 1;
199
textBounds.X +=
BoxHeaderWidth
- 1;
217
clipLeft.Width =
BoxHeaderWidth
;
221
clipLeft.X = boxBounds.Right -
BoxHeaderWidth
;