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)
927
control.
SelectionBullet
= true;
4114
SelectionBullet
= value
4122
control.
SelectionBullet
= value;
4129
control.
SelectionBullet
= !value;
4149
control.
SelectionBullet
= value;
4159
control.
SelectionBullet
= value;
4169
control.
SelectionBullet
= !value;
4193
control.
SelectionBullet
= value;
4203
control.
SelectionBullet
= value;
4213
control.
SelectionBullet
= !value;
4235
control.
SelectionBullet
= value;
4250
control.
SelectionBullet
= value;
4255
control.
SelectionBullet
= value;
4260
control.
SelectionBullet
= !value;
4271
Assert.Throws<ObjectDisposedException>(() => control.
SelectionBullet
= value);
5118
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)
894
Assert.False(control.
SelectionBullet
);
904
Assert.False(control.
SelectionBullet
);
932
Assert.True(control.
SelectionBullet
);
942
Assert.True(control.
SelectionBullet
);
4025
Assert.False(control.
SelectionBullet
);
4029
Assert.False(control.
SelectionBullet
);
4045
Assert.False(control.
SelectionBullet
);
4052
Assert.False(control.
SelectionBullet
);
4089
Assert.Equal(expected, control.
SelectionBullet
);
4096
Assert.False(control.
SelectionBullet
);
4105
Assert.Throws<ObjectDisposedException>(() => control.
SelectionBullet
);
4116
Assert.Equal(value, control.
SelectionBullet
);
4123
Assert.Equal(value, control.
SelectionBullet
);
4130
Assert.Equal(!value, control.
SelectionBullet
);
4150
Assert.Equal(value, control.
SelectionBullet
);
4160
Assert.Equal(value, control.
SelectionBullet
);
4170
Assert.Equal(!value, control.
SelectionBullet
);
4194
Assert.Equal(value, control.
SelectionBullet
);
4204
Assert.Equal(value, control.
SelectionBullet
);
4214
Assert.Equal(!value, control.
SelectionBullet
);
4251
Assert.False(control.
SelectionBullet
);
4256
Assert.False(control.
SelectionBullet
);
4261
Assert.False(control.
SelectionBullet
);
5050
Assert.False(control.
SelectionBullet
);
5057
Assert.False(control.
SelectionBullet
);
5083
Assert.False(control.
SelectionBullet
);
5093
Assert.False(control.
SelectionBullet
);
5123
Assert.True(control.
SelectionBullet
);
5133
Assert.True(control.
SelectionBullet
);