17 references to Scale
System.Windows.Forms (17)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernButtonDarkModeRenderer.cs (8)
54
=> ScaleBorderThickness(Math.Max(1,
Scale
(FocusRingThicknessLogical) - HighDpiCorrection));
57
=> Math.Max(1,
Scale
(FocusGapThicknessLogical) - HighDpiCorrection);
62
Math.Max(1,
Scale
(FocusRingThicknessLogical))
63
+ Math.Max(1,
Scale
(FocusGapThicknessLogical)));
68
=> Math.Max(1,
Scale
(focused || isDefault ? FocusedCornerRadiusLogical : UnfocusedCornerRadiusLogical));
82
=> new(FocusBodyInset +
Scale
(ContentInsetLogical));
104
Math.Max(1,
Scale
(BorderThicknessLogical)));
135
int inset =
Scale
(ContentInsetLogical);
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernFlatButtonRenderer.cs (4)
29
=> ScaleBorderThickness(Math.Max(1,
Scale
(BorderThicknessLogical)));
36
=> new(Math.Max(BorderThickness,
Scale
(ContentInsetLogical)));
79
int inset = Math.Max(BorderThickness,
Scale
(ContentInsetLogical));
85
int inset =
Scale
(FocusInsetLogical);
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\PopupButtonDarkModeRenderer.cs (5)
54
int contentInset = Math.Max(1,
Scale
(ContentInsetLogical));
62
int pressOffset = Math.Max(1,
Scale
(PressOffsetLogical));
74
int focusInset = Math.Max(1,
Scale
(FocusInsetLogical));
120
Math.Max(1,
Scale
(1)));
203
Scale
(CornerRadiusLogical),