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