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