1 write to SwitchHeight
System.Windows.Forms (1)
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
381
SwitchHeight
= switchHeight;
5 references to SwitchHeight
System.Windows.Forms (5)
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (5)
82
int totalHeight = Math.Max(textSize.Height, metrics.
SwitchHeight
);
165
int totalHeight = Math.Max(textSize.Height, metrics.
SwitchHeight
);
167
int switchY = contentTop + ((totalHeight - metrics.
SwitchHeight
) / 2);
172
return new Rectangle(switchX, switchY, metrics.SwitchWidth, metrics.
SwitchHeight
);
442
Math.Max(
SwitchHeight
, textSize.Height) + control.Padding.Vertical);