9 references to ToggleSwitch
System.Windows.Forms (9)
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="Appearance.
ToggleSwitch
"/> selects the framework's owner-drawn toggle renderer for a
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
122
return Appearance == Appearance.
ToggleSwitch
170
/// When <see cref="Appearance"/> is <see cref="Appearance.
ToggleSwitch
"/> and the control renders as a toggle
System\Windows\Forms\Controls\Buttons\RadioButton.cs (3)
80
/// <see cref="Appearance.
ToggleSwitch
"/> selects the framework's owner-drawn toggle renderer in an
138
/// When <see cref="Appearance"/> is <see cref="Appearance.
ToggleSwitch
"/> and the control renders as a toggle
227
=> 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.