1 write to yHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2908
cfA.
yHeight
= (int) (value.SizeInPoints * 20);
2 references to yHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2293
fontSize = (float)cf.
yHeight
/(float)20.0;
2294
if (fontSize == 0 && cf.
yHeight
> 0) {