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