1 write to _flatSystemStylePaddingWidth
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
266
_flatSystemStylePaddingWidth
= LogicalToDeviceUnits(LogicalFlatSystemStylePaddingWidth);
1 reference to _flatSystemStylePaddingWidth
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
285
size.Width +=
_flatSystemStylePaddingWidth
;