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