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