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