2 references to FocusedButtonBorderThickness
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (2)
24
private const int SystemStylePadding =
FocusedButtonBorderThickness
+ DarkBorderGapThickness;
67
using var focusPen = Color.White.GetCachedPenScope(
FocusedButtonBorderThickness
);