4 writes to _fontHeight
System.Windows.Forms (4)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (4)
150
_fontHeight
= Font.Height;
157
_fontHeight
= Font.Height;
611
_fontHeight
= -1;
639
_fontHeight
= -1;
4 references to _fontHeight
System.Windows.Forms (4)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (4)
148
if (
_fontHeight
== -1)
165
_fontHeight
+ padding.Top,
167
Math.Max(size.Height -
_fontHeight
- padding.Vertical, 0));
603
Size totalPadding = borderSize + new Size(0,
_fontHeight
) + Padding.Size;