13 writes to SelectionHangingIndent
System.Windows.Forms.Tests (13)
System\Windows\Forms\RichTextBoxTests.cs (13)
3772SelectionHangingIndent = 10 4189control.SelectionHangingIndent = 10; 4229SelectionHangingIndent = 10 5044SelectionHangingIndent = value 5052control.SelectionHangingIndent = value; 5078control.SelectionHangingIndent = value; 5088control.SelectionHangingIndent = value; 5118control.SelectionHangingIndent = value; 5128control.SelectionHangingIndent = value; 5151control.SelectionHangingIndent = value; 5167control.SelectionHangingIndent = value; 5172control.SelectionHangingIndent = value; 5185Assert.Throws<ObjectDisposedException>(() => control.SelectionHangingIndent = value);
28 references to SelectionHangingIndent
System.Windows.Forms.Tests (28)
System\Windows\Forms\RichTextBoxTests.cs (28)
891Assert.Equal(0, control.SelectionHangingIndent); 901Assert.Equal(0, control.SelectionHangingIndent); 929Assert.Equal(selectionHangingIndent, control.SelectionHangingIndent); 939Assert.Equal(selectionHangingIndent, control.SelectionHangingIndent); 4116Assert.Equal(0, control.SelectionHangingIndent); 4123Assert.Equal(0, control.SelectionHangingIndent); 4130Assert.Equal(0, control.SelectionHangingIndent); 4150Assert.Equal(0, control.SelectionHangingIndent); 4160Assert.Equal(0, control.SelectionHangingIndent); 4170Assert.Equal(0, control.SelectionHangingIndent); 4194Assert.Equal(0, control.SelectionHangingIndent); 4204Assert.Equal(0, control.SelectionHangingIndent); 4214Assert.Equal(0, control.SelectionHangingIndent); 4954Assert.Equal(0, control.SelectionHangingIndent); 4958Assert.Equal(0, control.SelectionHangingIndent); 4974Assert.Equal(0, control.SelectionHangingIndent); 4981Assert.Equal(0, control.SelectionHangingIndent); 5013Assert.Equal(expected, control.SelectionHangingIndent); 5020Assert.Equal(0, control.SelectionHangingIndent); 5029Assert.Throws<ObjectDisposedException>(() => control.SelectionHangingIndent); 5046Assert.Equal(expected, control.SelectionHangingIndent); 5053Assert.Equal(expected, control.SelectionHangingIndent); 5079Assert.Equal(expected, control.SelectionHangingIndent); 5089Assert.Equal(expected, control.SelectionHangingIndent); 5119Assert.Equal(expected, control.SelectionHangingIndent); 5129Assert.Equal(expected, control.SelectionHangingIndent); 5168Assert.Equal(0, control.SelectionHangingIndent); 5173Assert.Equal(0, control.SelectionHangingIndent);