5 references to boxHeaderWidth
System.Windows.Forms (5)
winforms\Managed\System\WinForms\GroupBoxRenderer.cs (5)
170
textBounds.Width -= 2 *
boxHeaderWidth
;
176
textBounds.X = bounds.Right - textBounds.Width -
boxHeaderWidth
+ 1; // +1 to account for the margin built in the MeasureText result
179
textBounds.X +=
boxHeaderWidth
- 1; // -1 to account for the margin built in the MeasureText result
194
clipLeft.Width =
boxHeaderWidth
;
198
clipLeft.X = boxBounds.Right -
boxHeaderWidth
;