3 references to FlatCheckSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (1)
138FlatCheckSize,
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxFlatAdapter.cs (1)
96layout.CheckSize = (int)(FlatCheckSize * GetDpiScaleRatio());
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (1)
163int checkSize = (int)(FlatCheckSize * GetDpiScaleRatio());