9 writes to SelectionRightIndent
System.Windows.Forms.Tests (9)
System\Windows\Forms\RichTextBoxTests.cs (9)
5873SelectionRightIndent = value 5879control.SelectionRightIndent = value; 5901control.SelectionRightIndent = value; 5909control.SelectionRightIndent = value; 5928control.SelectionRightIndent = value; 5941Assert.Throws<ArgumentOutOfRangeException>("value", () => control.SelectionRightIndent = -1); 5950control.SelectionRightIndent = value; 5955control.SelectionRightIndent = value; 5967Assert.Throws<ObjectDisposedException>(() => control.SelectionRightIndent = value);
13 references to SelectionRightIndent
System.Windows.Forms.Tests (13)
System\Windows\Forms\RichTextBoxTests.cs (13)
5784Assert.Equal(0, control.SelectionRightIndent); 5788Assert.Equal(0, control.SelectionRightIndent); 5804Assert.Equal(0, control.SelectionRightIndent); 5811Assert.Equal(0, control.SelectionRightIndent); 5844Assert.Equal(expected, control.SelectionRightIndent); 5851Assert.Equal(0, control.SelectionRightIndent); 5860Assert.Throws<ObjectDisposedException>(() => control.SelectionRightIndent); 5875Assert.Equal(expected, control.SelectionRightIndent); 5880Assert.Equal(expected, control.SelectionRightIndent); 5902Assert.Equal(expected, control.SelectionRightIndent); 5910Assert.Equal(expected, control.SelectionRightIndent); 5951Assert.Equal(0, control.SelectionRightIndent); 5956Assert.Equal(0, control.SelectionRightIndent);