17 writes to SelectionBullet
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
231
SelectionBullet
= true;
System.Windows.Forms.Tests (16)
System\Windows\Forms\RichTextBoxTests.cs (16)
925
control.
SelectionBullet
= true;
4112
SelectionBullet
= value
4120
control.
SelectionBullet
= value;
4127
control.
SelectionBullet
= !value;
4147
control.
SelectionBullet
= value;
4157
control.
SelectionBullet
= value;
4167
control.
SelectionBullet
= !value;
4191
control.
SelectionBullet
= value;
4201
control.
SelectionBullet
= value;
4211
control.
SelectionBullet
= !value;
4233
control.
SelectionBullet
= value;
4248
control.
SelectionBullet
= value;
4253
control.
SelectionBullet
= value;
4258
control.
SelectionBullet
= !value;
4269
Assert.Throws<ObjectDisposedException>(() => control.
SelectionBullet
= value);
5116
control.
SelectionBullet
= true;
30 references to SelectionBullet
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
229
if (IsHandleCreated &&
SelectionBullet
)
System.Windows.Forms.Tests (29)
System\Windows\Forms\RichTextBoxTests.cs (29)
892
Assert.False(control.
SelectionBullet
);
902
Assert.False(control.
SelectionBullet
);
930
Assert.True(control.
SelectionBullet
);
940
Assert.True(control.
SelectionBullet
);
4023
Assert.False(control.
SelectionBullet
);
4027
Assert.False(control.
SelectionBullet
);
4043
Assert.False(control.
SelectionBullet
);
4050
Assert.False(control.
SelectionBullet
);
4087
Assert.Equal(expected, control.
SelectionBullet
);
4094
Assert.False(control.
SelectionBullet
);
4103
Assert.Throws<ObjectDisposedException>(() => control.
SelectionBullet
);
4114
Assert.Equal(value, control.
SelectionBullet
);
4121
Assert.Equal(value, control.
SelectionBullet
);
4128
Assert.Equal(!value, control.
SelectionBullet
);
4148
Assert.Equal(value, control.
SelectionBullet
);
4158
Assert.Equal(value, control.
SelectionBullet
);
4168
Assert.Equal(!value, control.
SelectionBullet
);
4192
Assert.Equal(value, control.
SelectionBullet
);
4202
Assert.Equal(value, control.
SelectionBullet
);
4212
Assert.Equal(!value, control.
SelectionBullet
);
4249
Assert.False(control.
SelectionBullet
);
4254
Assert.False(control.
SelectionBullet
);
4259
Assert.False(control.
SelectionBullet
);
5048
Assert.False(control.
SelectionBullet
);
5055
Assert.False(control.
SelectionBullet
);
5081
Assert.False(control.
SelectionBullet
);
5091
Assert.False(control.
SelectionBullet
);
5121
Assert.True(control.
SelectionBullet
);
5131
Assert.True(control.
SelectionBullet
);