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