1 write to _flatSystemStyleMinimumHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
267
_flatSystemStyleMinimumHeight
= LogicalToDeviceUnits(LogicalFlatSystemStyleMinimumHeight);
1 reference to _flatSystemStyleMinimumHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
288
size.Height = Math.Max(size.Height + 5,
_flatSystemStyleMinimumHeight
);