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