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