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)
20private readonly ModernCheckBoxStyle _switchStyle; 36public AnimatedToggleSwitchRenderer(Control control, ModernCheckBoxStyle switchStyle) 241if (_switchStyle == ModernCheckBoxStyle.Rounded)