3 writes to yHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2763yHeight = (int)(value.SizeInPoints * 20),
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
4740yHeight = yHeight, 4781yHeight = yHeight
5 references to yHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2174fontSize = cf.yHeight / (float)20.0; 2175if (fontSize == 0 && cf.yHeight > 0)
System.Windows.Forms.Tests (3)
System\Windows\Forms\RichTextBoxTests.cs (3)
1612Assert.Equal(expectedYHeight, format.yHeight); 1629Assert.Equal((int)(Control.DefaultFont.SizeInPoints * 20), format1.yHeight); 4940Assert.Equal(expectedYHeight, format.yHeight);