4 references to CornerRadius
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (4)
38using GraphicsPath fillPath = CreateRoundedRectanglePath(fillBounds, CornerRadius - DarkBorderGapThickness); 136using GraphicsPath borderPath = CreateRoundedRectanglePath(borderRect, CornerRadius); 177graphics.DrawPath(topLeftPen, GetTopLeftSegmentPath(borderRect, CornerRadius)); 181graphics.DrawPath(bottomRightPen, GetBottomRightSegmentPath(borderRect, CornerRadius));