4 references to flatCheckSize
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
127DrawCheckOnly(flatCheckSize, Control.Checked, Control.Enabled, Control.CheckState, e.Graphics, layout, colors, checkColor, checkBackground);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (1)
90layout.checkSize = (int)(flatCheckSize * GetDpiScaleRatio(e.Graphics));
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (2)
138layout.checkSize = (int)(flatCheckSize * GetDpiScaleRatio(e.Graphics) + 1); 141layout.checkSize = (int)(flatCheckSize * GetDpiScaleRatio(e.Graphics));