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