17 references to Scale
System.Windows.Forms (17)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernButtonDarkModeRenderer.cs (8)
48
=> ScaleBorderThickness(Math.Max(1,
Scale
(FocusRingThicknessLogical) - HighDpiCorrection));
51
=> Math.Max(1,
Scale
(FocusGapThicknessLogical) - HighDpiCorrection);
56
Math.Max(1,
Scale
(FocusRingThicknessLogical))
57
+ Math.Max(1,
Scale
(FocusGapThicknessLogical)));
62
=> Math.Max(1,
Scale
(focused || isDefault ? FocusedCornerRadiusLogical : UnfocusedCornerRadiusLogical));
76
=> new(FocusBodyInset +
Scale
(ContentInsetLogical));
98
Math.Max(1,
Scale
(BorderThicknessLogical)));
129
int inset =
Scale
(ContentInsetLogical);
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernFlatButtonRenderer.cs (4)
27
=> ScaleBorderThickness(Math.Max(1,
Scale
(BorderThicknessLogical)));
34
=> new(Math.Max(BorderThickness,
Scale
(ContentInsetLogical)));
77
int inset = Math.Max(BorderThickness,
Scale
(ContentInsetLogical));
83
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),