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