4 writes to fontHeight
System.Windows.Forms (4)
winforms\Managed\System\WinForms\GroupBox.cs (4)
205
fontHeight
= (int)Font.Height;
213
fontHeight
= (int)Font.Height;
705
fontHeight
= -1;
741
fontHeight
= -1;
4 references to fontHeight
System.Windows.Forms (4)
winforms\Managed\System\WinForms\GroupBox.cs (4)
204
if (
fontHeight
== -1) {
220
return new Rectangle(padding.Left,
fontHeight
+ padding.Top, Math.Max(size.Width - padding.Horizontal, 0), Math.Max(size.Height -
fontHeight
- padding.Vertical, 0));
694
Size totalPadding = borderSize + new Size(0,
fontHeight
) + Padding.Size;