1 write to SwitchWidth
System.Windows.Forms (1)
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
475
SwitchWidth
= switchWidth;
3 references to SwitchWidth
System.Windows.Forms (3)
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (3)
166
int maximumSwitchX = Math.Max(minimumSwitchX, contentBounds.Right - metrics.
SwitchWidth
);
173
return new Rectangle(switchX, switchY, metrics.
SwitchWidth
, metrics.SwitchHeight);
537
SwitchWidth
+ TextGap + textSize.Width + control.Padding.Horizontal,