5 references to ModernCheckBoxStyle
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
129
_toggleSwitchRenderer ??= new(this, Rendering.CheckBox.
ModernCheckBoxStyle
.Rounded);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
558
_toggleSwitchRenderer ??= new(this, Rendering.CheckBox.
ModernCheckBoxStyle
.Rounded);
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (3)
20
private readonly
ModernCheckBoxStyle
_switchStyle;
36
public AnimatedToggleSwitchRenderer(Control control,
ModernCheckBoxStyle
switchStyle)
241
if (_switchStyle ==
ModernCheckBoxStyle
.Rounded)