2 writes to dxStartIndent
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1032
dxStartIndent
= Pixel2Twip(value, true)
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
5249
dxStartIndent
= dxStartIndent
2 references to dxStartIndent
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1019
selIndent = pf.
dxStartIndent
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
5350
Assert.Equal(expected, format.
dxStartIndent
);