2 references to GetPreferredSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
343
return Rendering.CheckBox.ToggleSwitchMetrics.Create(this).
GetPreferredSize
(this);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
288
return Rendering.CheckBox.ToggleSwitchMetrics.Create(this).
GetPreferredSize
(this);