13 writes to SelectionHangingIndent
System.Windows.Forms.Tests (13)
System\Windows\Forms\RichTextBoxTests.cs (13)
3774SelectionHangingIndent = 10 4191control.SelectionHangingIndent = 10; 4231SelectionHangingIndent = 10 5046SelectionHangingIndent = value 5054control.SelectionHangingIndent = value; 5080control.SelectionHangingIndent = value; 5090control.SelectionHangingIndent = value; 5120control.SelectionHangingIndent = value; 5130control.SelectionHangingIndent = value; 5153control.SelectionHangingIndent = value; 5169control.SelectionHangingIndent = value; 5174control.SelectionHangingIndent = value; 5187Assert.Throws<ObjectDisposedException>(() => control.SelectionHangingIndent = value);
28 references to SelectionHangingIndent
System.Windows.Forms.Tests (28)
System\Windows\Forms\RichTextBoxTests.cs (28)
893Assert.Equal(0, control.SelectionHangingIndent); 903Assert.Equal(0, control.SelectionHangingIndent); 931Assert.Equal(selectionHangingIndent, control.SelectionHangingIndent); 941Assert.Equal(selectionHangingIndent, control.SelectionHangingIndent); 4118Assert.Equal(0, control.SelectionHangingIndent); 4125Assert.Equal(0, control.SelectionHangingIndent); 4132Assert.Equal(0, control.SelectionHangingIndent); 4152Assert.Equal(0, control.SelectionHangingIndent); 4162Assert.Equal(0, control.SelectionHangingIndent); 4172Assert.Equal(0, control.SelectionHangingIndent); 4196Assert.Equal(0, control.SelectionHangingIndent); 4206Assert.Equal(0, control.SelectionHangingIndent); 4216Assert.Equal(0, control.SelectionHangingIndent); 4956Assert.Equal(0, control.SelectionHangingIndent); 4960Assert.Equal(0, control.SelectionHangingIndent); 4976Assert.Equal(0, control.SelectionHangingIndent); 4983Assert.Equal(0, control.SelectionHangingIndent); 5015Assert.Equal(expected, control.SelectionHangingIndent); 5022Assert.Equal(0, control.SelectionHangingIndent); 5031Assert.Throws<ObjectDisposedException>(() => control.SelectionHangingIndent); 5048Assert.Equal(expected, control.SelectionHangingIndent); 5055Assert.Equal(expected, control.SelectionHangingIndent); 5081Assert.Equal(expected, control.SelectionHangingIndent); 5091Assert.Equal(expected, control.SelectionHangingIndent); 5121Assert.Equal(expected, control.SelectionHangingIndent); 5131Assert.Equal(expected, control.SelectionHangingIndent); 5170Assert.Equal(0, control.SelectionHangingIndent); 5175Assert.Equal(0, control.SelectionHangingIndent);