2 writes to dxRightIndent
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1155dxRightIndent = Pixel2Twip(value, true)
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
5839dxRightIndent = dxRightIndent
3 references to dxRightIndent
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1141selRightIndent = pf.dxRightIndent;
System.Windows.Forms.Interop.Tests (1)
RichTextBoxTests.cs (1)
119Assert.Equal(432, value.dxRightIndent);
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
5934Assert.Equal(expected, format.dxRightIndent);