16 writes to CheckSize
System.Windows.Forms (16)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (2)
668
CheckSize
= 0,
695
CheckSize
= 0,
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckableControlBaseAdapter.cs (1)
68
layout.
CheckSize
= StandardCheckSize;
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxFlatAdapter.cs (1)
92
layout.
CheckSize
= (int)(FlatCheckSize * GetDpiScaleRatio());
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxModernAdapter.cs (1)
65
layout.
CheckSize
= Math.Max(
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (4)
148
layout.
CheckSize
= checkSize + 1;
152
layout.
CheckSize
= checkSize;
167
layout.
CheckSize
= checkSize + 1;
171
layout.
CheckSize
= checkSize;
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (2)
119
layout.
CheckSize
= CheckBoxRenderer.GetGlyphSize(
129
layout.
CheckSize
= ScaleHelper.IsThreadPerMonitorV2Aware
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (1)
89
layout.
CheckSize
= (int)(FlatCheckSize * GetDpiScaleRatio());
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonModernAdapter.cs (1)
64
layout.
CheckSize
= Math.Max(
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (2)
65
layout.
CheckSize
= RadioButtonRenderer.GetGlyphSize(
72
layout.
CheckSize
= (int)(layout.CheckSize * GetDpiScaleRatio());
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (1)
112
layoutOptions.
CheckSize
= 0;
5 references to CheckSize
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (2)
368
private int FullCheckSize =>
CheckSize
+ CheckPaddingSize;
711
checkSize = {{
CheckSize
}}
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (2)
130
? Control.LogicalToDeviceUnits(layout.
CheckSize
)
131
: (int)(layout.
CheckSize
* GetDpiScaleRatio());
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
72
layout.CheckSize = (int)(layout.
CheckSize
* GetDpiScaleRatio());