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