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)
148if (_fontHeight == -1) 165_fontHeight + padding.Top, 167Math.Max(size.Height - _fontHeight - padding.Vertical, 0)); 603Size totalPadding = borderSize + new Size(0, _fontHeight) + Padding.Size;