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
3 references to dxStartIndent
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1019
selIndent = pf.
dxStartIndent
;
System.Windows.Forms.Interop.Tests (1)
RichTextBoxTests.cs (1)
118
Assert.Equal(109, value.
dxStartIndent
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
5350
Assert.Equal(expected, format.
dxStartIndent
);