2 references to HighDpiCorrection
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernButtonDarkModeRenderer.cs (2)
54
=> ScaleBorderThickness(Math.Max(1, Scale(FocusRingThicknessLogical) -
HighDpiCorrection
));
57
=> Math.Max(1, Scale(FocusGapThicknessLogical) -
HighDpiCorrection
);