9 writes to SelectionRightIndent
System.Windows.Forms.Tests (9)
System\Windows\Forms\RichTextBoxTests.cs (9)
5871SelectionRightIndent = value 5877control.SelectionRightIndent = value; 5899control.SelectionRightIndent = value; 5907control.SelectionRightIndent = value; 5926control.SelectionRightIndent = value; 5939Assert.Throws<ArgumentOutOfRangeException>("value", () => control.SelectionRightIndent = -1); 5948control.SelectionRightIndent = value; 5953control.SelectionRightIndent = value; 5965Assert.Throws<ObjectDisposedException>(() => control.SelectionRightIndent = value);
13 references to SelectionRightIndent
System.Windows.Forms.Tests (13)
System\Windows\Forms\RichTextBoxTests.cs (13)
5782Assert.Equal(0, control.SelectionRightIndent); 5786Assert.Equal(0, control.SelectionRightIndent); 5802Assert.Equal(0, control.SelectionRightIndent); 5809Assert.Equal(0, control.SelectionRightIndent); 5842Assert.Equal(expected, control.SelectionRightIndent); 5849Assert.Equal(0, control.SelectionRightIndent); 5858Assert.Throws<ObjectDisposedException>(() => control.SelectionRightIndent); 5873Assert.Equal(expected, control.SelectionRightIndent); 5878Assert.Equal(expected, control.SelectionRightIndent); 5900Assert.Equal(expected, control.SelectionRightIndent); 5908Assert.Equal(expected, control.SelectionRightIndent); 5949Assert.Equal(0, control.SelectionRightIndent); 5954Assert.Equal(0, control.SelectionRightIndent);