2 references to GetDpiScaleRatio
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckableControlBaseAdapter.cs (1)
72
internal double GetDpiScaleRatio() =>
GetDpiScaleRatio
(Control);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (1)
144
checkSize = (int)(checkSize *
GetDpiScaleRatio
(control));