6 writes to checkPaddingSize
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1522
layout.
checkPaddingSize
= 0;
1548
layout.
checkPaddingSize
= 0;
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (2)
128
layout.
checkPaddingSize
= 1;
142
layout.
checkPaddingSize
= 1;
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
108
layout.
checkPaddingSize
= 1;
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4707
layoutOptions.
checkPaddingSize
= 0;
3 references to checkPaddingSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (3)
1189
return checkSize +
checkPaddingSize
;
1272
layout.checkBounds.Width -=
checkPaddingSize
;
1273
layout.checkBounds.Height -=
checkPaddingSize
;