15 writes to checkSize
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1521
layout.
checkSize
= 0;
1547
layout.
checkSize
= 0;
winforms\Managed\System\WinForms\ButtonInternal\CheckableControlBaseAdapter.cs (1)
73
layout.
checkSize
= standardCheckSize;
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (1)
90
layout.
checkSize
= (int)(flatCheckSize * GetDpiScaleRatio(e.Graphics));
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (4)
124
layout.
checkSize
= (int)(checkSize * GetDpiScaleRatio(g, control) + 1);
127
layout.
checkSize
= (int)(checkSize * GetDpiScaleRatio(g, control));
138
layout.
checkSize
= (int)(flatCheckSize * GetDpiScaleRatio(e.Graphics) + 1);
141
layout.
checkSize
= (int)(flatCheckSize * GetDpiScaleRatio(e.Graphics));
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (3)
114
layout.
checkSize
= CheckBoxRenderer.GetGlyphSize(g, CheckBoxRenderer.ConvertFromButtonState(GetState(), true, Control.MouseIsOver), Control.HandleInternal).Width;
120
layout.
checkSize
= Control.LogicalToDeviceUnits(layout.checkSize);
123
layout.
checkSize
= (int)(layout.checkSize * GetDpiScaleRatio(e.Graphics));
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (1)
90
layout.
checkSize
= (int)(flatCheckSize * GetDpiScaleRatio(e.Graphics));
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonStandardAdapter.cs (2)
75
layout.
checkSize
= RadioButtonRenderer.GetGlyphSize(g, RadioButtonRenderer.ConvertFromButtonState(GetState(), b.MouseIsOver), b.HandleInternal).Width;
80
layout.
checkSize
= (int)(layout.checkSize * GetDpiScaleRatio(e.Graphics));
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4706
layoutOptions.
checkSize
= 0;
4 references to checkSize
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
1189
return
checkSize
+ checkPaddingSize;
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (2)
120
layout.checkSize = Control.LogicalToDeviceUnits(layout.
checkSize
);
123
layout.checkSize = (int)(layout.
checkSize
* GetDpiScaleRatio(e.Graphics));
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonStandardAdapter.cs (1)
80
layout.checkSize = (int)(layout.
checkSize
* GetDpiScaleRatio(e.Graphics));