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