2 references to Height
System.Windows.Forms (2)
misc\GDI\WindowsFont.cs (1)
385return string.Format(CultureInfo.CurrentCulture, "[{0}: Name={1}, Size={2} points, Height={3} pixels, Sytle={4}]", GetType().Name, logFont.lfFaceName, this.Size, this.Height, this.Style);
misc\GDI\WindowsGraphics2.cs (1)
320float overhangPadding = tmpfont.Height / 6f;