1 write to yHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2749
yHeight
= (int)(value.SizeInPoints * 20),
2 references to yHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2165
fontSize = cf.
yHeight
/ (float)20.0;
2166
if (fontSize == 0 && cf.
yHeight
> 0)