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