2 references to DarkBorderGapThickness
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (2)
24
private const int SystemStylePadding = FocusedButtonBorderThickness +
DarkBorderGapThickness
;
38
using GraphicsPath fillPath = CreateRoundedRectanglePath(fillBounds, CornerRadius -
DarkBorderGapThickness
);