4 writes to _fontHeight
System.Windows.Forms (4)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (4)
155
_fontHeight
= Font.Height;
162
_fontHeight
= Font.Height;
652
_fontHeight
= -1;
680
_fontHeight
= -1;
4 references to _fontHeight
System.Windows.Forms (4)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (4)
153
if (
_fontHeight
== -1)
170
_fontHeight
+ padding.Top,
172
Math.Max(size.Height -
_fontHeight
- padding.Vertical, 0));
643
Size totalPadding = borderSize + new Size(0,
_fontHeight
) + Padding.Size;