8 writes to SelectionIndent
System.Windows.Forms.Tests (8)
System\Windows\Forms\RichTextBoxTests.cs (8)
5283SelectionIndent = value 5289control.SelectionIndent = value; 5313control.SelectionIndent = value; 5321control.SelectionIndent = value; 5342control.SelectionIndent = value; 5358control.SelectionIndent = value; 5363control.SelectionIndent = value; 5376Assert.Throws<ObjectDisposedException>(() => control.SelectionIndent = value);
13 references to SelectionIndent
System.Windows.Forms.Tests (13)
System\Windows\Forms\RichTextBoxTests.cs (13)
5192Assert.Equal(0, control.SelectionIndent); 5196Assert.Equal(0, control.SelectionIndent); 5212Assert.Equal(0, control.SelectionIndent); 5219Assert.Equal(0, control.SelectionIndent); 5252Assert.Equal(expected, control.SelectionIndent); 5259Assert.Equal(0, control.SelectionIndent); 5268Assert.Throws<ObjectDisposedException>(() => control.SelectionIndent); 5285Assert.Equal(expected, control.SelectionIndent); 5290Assert.Equal(expected, control.SelectionIndent); 5314Assert.Equal(expected, control.SelectionIndent); 5322Assert.Equal(expected, control.SelectionIndent); 5359Assert.Equal(0, control.SelectionIndent); 5364Assert.Equal(0, control.SelectionIndent);