1 write to SwitchWidth
System.Windows.Forms (1)
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
380
SwitchWidth
= switchWidth;
4 references to SwitchWidth
System.Windows.Forms (4)
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (4)
107
RenderText(graphics, new Point(contentBounds.Left + metrics.
SwitchWidth
+ metrics.TextGap, textY));
169
? Math.Max(contentBounds.Left, contentBounds.Right - metrics.
SwitchWidth
)
172
return new Rectangle(switchX, switchY, metrics.
SwitchWidth
, metrics.SwitchHeight);
441
SwitchWidth
+ TextGap + textSize.Width + control.Padding.Horizontal,