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