14 writes to CheckSize
System.Windows.Forms (14)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (2)
576CheckSize = 0, 603CheckSize = 0,
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckableControlBaseAdapter.cs (1)
68layout.CheckSize = StandardCheckSize;
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxFlatAdapter.cs (1)
94layout.CheckSize = (int)(FlatCheckSize * GetDpiScaleRatio());
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)
121layout.CheckSize = CheckBoxRenderer.GetGlyphSize( 131layout.CheckSize = ScaleHelper.IsThreadPerMonitorV2Aware
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (1)
89layout.CheckSize = (int)(FlatCheckSize * GetDpiScaleRatio());
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (2)
67layout.CheckSize = RadioButtonRenderer.GetGlyphSize( 74layout.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)
353private int FullCheckSize => CheckSize + CheckPaddingSize; 696checkSize = {{CheckSize}}
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (2)
132? Control.LogicalToDeviceUnits(layout.CheckSize) 133: (int)(layout.CheckSize * GetDpiScaleRatio());
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
74layout.CheckSize = (int)(layout.CheckSize * GetDpiScaleRatio());