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); 62Math.Max(1, Scale(FocusRingThicknessLogical)) 63+ Math.Max(1, Scale(FocusGapThicknessLogical))); 68=> Math.Max(1, Scale(focused || isDefault ? FocusedCornerRadiusLogical : UnfocusedCornerRadiusLogical)); 82=> new(FocusBodyInset + Scale(ContentInsetLogical)); 104Math.Max(1, Scale(BorderThicknessLogical))); 135int 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))); 79int inset = Math.Max(BorderThickness, Scale(ContentInsetLogical)); 85int inset = Scale(FocusInsetLogical);
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\PopupButtonDarkModeRenderer.cs (5)
54int contentInset = Math.Max(1, Scale(ContentInsetLogical)); 62int pressOffset = Math.Max(1, Scale(PressOffsetLogical)); 74int focusInset = Math.Max(1, Scale(FocusInsetLogical)); 120Math.Max(1, Scale(1))); 203Scale(CornerRadiusLogical),