3 references to GetDpiScaleRatio
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\CheckableControlBaseAdapter.cs (1)
78
return
GetDpiScaleRatio
(g, Control);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (2)
124
layout.checkSize = (int)(checkSize *
GetDpiScaleRatio
(g, control) + 1);
127
layout.checkSize = (int)(checkSize *
GetDpiScaleRatio
(g, control));