2 writes to flatSystemStyleMinimumHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RadioButton.cs (2)
74flatSystemStyleMinimumHeight = LogicalToDeviceUnits(FlatSystemStyleMinimumHeight); 312flatSystemStyleMinimumHeight = LogicalToDeviceUnits(FlatSystemStyleMinimumHeight);
1 reference to flatSystemStyleMinimumHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RadioButton.cs (1)
324size.Height = DpiHelper.EnableDpiChangedHighDpiImprovements ? Math.Max(size.Height + 5, flatSystemStyleMinimumHeight) : size.Height + 5; // ensure minimum height to avoid truncation of RadioButton circle or text