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