6 references to ToggleSwitch
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonBase.FlatStyle.Docs.cs (1)
22/// <see cref="CheckBox"/> with <see cref="Forms.Appearance.ToggleSwitch"/> is the exception: its appearance
System\Windows\Forms\Controls\Buttons\CheckBox.Appearance.Docs.cs (1)
15/// <see cref="Forms.Appearance.ToggleSwitch"/> selects the framework's owner-drawn toggle renderer for a
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
122return Appearance == Appearance.ToggleSwitch
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
206=> Appearance == Appearance.ToggleSwitch
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
13/// in <see cref="Appearance.ToggleSwitch"/> mode. Used when <see cref="Control.VisualStylesMode"/>
System\Windows\Forms\VisualStylesMode.cs (1)
57/// <see cref="Appearance.ToggleSwitch"/> depends on the control and its current state.