8 writes to SelectionIndent
System.Windows.Forms.Tests (8)
System\Windows\Forms\RichTextBoxTests.cs (8)
5285SelectionIndent = value 5291control.SelectionIndent = value; 5315control.SelectionIndent = value; 5323control.SelectionIndent = value; 5344control.SelectionIndent = value; 5360control.SelectionIndent = value; 5365control.SelectionIndent = value; 5378Assert.Throws<ObjectDisposedException>(() => control.SelectionIndent = value);
13 references to SelectionIndent
System.Windows.Forms.Tests (13)
System\Windows\Forms\RichTextBoxTests.cs (13)
5194Assert.Equal(0, control.SelectionIndent); 5198Assert.Equal(0, control.SelectionIndent); 5214Assert.Equal(0, control.SelectionIndent); 5221Assert.Equal(0, control.SelectionIndent); 5254Assert.Equal(expected, control.SelectionIndent); 5261Assert.Equal(0, control.SelectionIndent); 5270Assert.Throws<ObjectDisposedException>(() => control.SelectionIndent); 5287Assert.Equal(expected, control.SelectionIndent); 5292Assert.Equal(expected, control.SelectionIndent); 5316Assert.Equal(expected, control.SelectionIndent); 5324Assert.Equal(expected, control.SelectionIndent); 5361Assert.Equal(0, control.SelectionIndent); 5366Assert.Equal(0, control.SelectionIndent);