2 writes to yOffset
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
821
yOffset
= Pixel2Twip(value, false)
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
4344
yOffset
= yOffset
2 references to yOffset
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
809
return Twip2Pixel(cf.
yOffset
, false);
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
4435
Assert.Equal(900, format.
yOffset
);