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)
925control.SelectionBullet = true; 4112SelectionBullet = value 4120control.SelectionBullet = value; 4127control.SelectionBullet = !value; 4147control.SelectionBullet = value; 4157control.SelectionBullet = value; 4167control.SelectionBullet = !value; 4191control.SelectionBullet = value; 4201control.SelectionBullet = value; 4211control.SelectionBullet = !value; 4233control.SelectionBullet = value; 4248control.SelectionBullet = value; 4253control.SelectionBullet = value; 4258control.SelectionBullet = !value; 4269Assert.Throws<ObjectDisposedException>(() => control.SelectionBullet = value); 5116control.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)
892Assert.False(control.SelectionBullet); 902Assert.False(control.SelectionBullet); 930Assert.True(control.SelectionBullet); 940Assert.True(control.SelectionBullet); 4023Assert.False(control.SelectionBullet); 4027Assert.False(control.SelectionBullet); 4043Assert.False(control.SelectionBullet); 4050Assert.False(control.SelectionBullet); 4087Assert.Equal(expected, control.SelectionBullet); 4094Assert.False(control.SelectionBullet); 4103Assert.Throws<ObjectDisposedException>(() => control.SelectionBullet); 4114Assert.Equal(value, control.SelectionBullet); 4121Assert.Equal(value, control.SelectionBullet); 4128Assert.Equal(!value, control.SelectionBullet); 4148Assert.Equal(value, control.SelectionBullet); 4158Assert.Equal(value, control.SelectionBullet); 4168Assert.Equal(!value, control.SelectionBullet); 4192Assert.Equal(value, control.SelectionBullet); 4202Assert.Equal(value, control.SelectionBullet); 4212Assert.Equal(!value, control.SelectionBullet); 4249Assert.False(control.SelectionBullet); 4254Assert.False(control.SelectionBullet); 4259Assert.False(control.SelectionBullet); 5048Assert.False(control.SelectionBullet); 5055Assert.False(control.SelectionBullet); 5081Assert.False(control.SelectionBullet); 5091Assert.False(control.SelectionBullet); 5121Assert.True(control.SelectionBullet); 5131Assert.True(control.SelectionBullet);