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)
288size.Height = Math.Max(size.Height + 5, _flatSystemStyleMinimumHeight);