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