17 writes to SelectionBullet
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
231SelectionBullet = true;
System.Windows.Forms.Tests (16)
System\Windows\Forms\RichTextBoxTests.cs (16)
927control.SelectionBullet = true; 4114SelectionBullet = value 4122control.SelectionBullet = value; 4129control.SelectionBullet = !value; 4149control.SelectionBullet = value; 4159control.SelectionBullet = value; 4169control.SelectionBullet = !value; 4193control.SelectionBullet = value; 4203control.SelectionBullet = value; 4213control.SelectionBullet = !value; 4235control.SelectionBullet = value; 4250control.SelectionBullet = value; 4255control.SelectionBullet = value; 4260control.SelectionBullet = !value; 4271Assert.Throws<ObjectDisposedException>(() => control.SelectionBullet = value); 5118control.SelectionBullet = true;
30 references to SelectionBullet
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
229if (IsHandleCreated && SelectionBullet)
System.Windows.Forms.Tests (29)
System\Windows\Forms\RichTextBoxTests.cs (29)
894Assert.False(control.SelectionBullet); 904Assert.False(control.SelectionBullet); 932Assert.True(control.SelectionBullet); 942Assert.True(control.SelectionBullet); 4025Assert.False(control.SelectionBullet); 4029Assert.False(control.SelectionBullet); 4045Assert.False(control.SelectionBullet); 4052Assert.False(control.SelectionBullet); 4089Assert.Equal(expected, control.SelectionBullet); 4096Assert.False(control.SelectionBullet); 4105Assert.Throws<ObjectDisposedException>(() => control.SelectionBullet); 4116Assert.Equal(value, control.SelectionBullet); 4123Assert.Equal(value, control.SelectionBullet); 4130Assert.Equal(!value, control.SelectionBullet); 4150Assert.Equal(value, control.SelectionBullet); 4160Assert.Equal(value, control.SelectionBullet); 4170Assert.Equal(!value, control.SelectionBullet); 4194Assert.Equal(value, control.SelectionBullet); 4204Assert.Equal(value, control.SelectionBullet); 4214Assert.Equal(!value, control.SelectionBullet); 4251Assert.False(control.SelectionBullet); 4256Assert.False(control.SelectionBullet); 4261Assert.False(control.SelectionBullet); 5050Assert.False(control.SelectionBullet); 5057Assert.False(control.SelectionBullet); 5083Assert.False(control.SelectionBullet); 5093Assert.False(control.SelectionBullet); 5123Assert.True(control.SelectionBullet); 5133Assert.True(control.SelectionBullet);