3 references to Height
System.Windows.Forms (2)
System\Windows\Forms\Rendering\TextExtensions.cs (2)
118overhangPadding = font.Data.Height / 6f; 125overhangPadding = font.Data.Height / 6f;
System.Windows.Forms.Tests (1)
Text\FontMetrics.cs (1)
28Assert.Equal(height, hfont.Data.Height);