3 references to BorderThickness
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernFlatButtonRenderer.cs (3)
34=> new(Math.Max(BorderThickness, Scale(ContentInsetLogical))); 54int thickness = BorderThickness; 77int inset = Math.Max(BorderThickness, Scale(ContentInsetLogical));