3 references to CreateRoundedPath
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernButtonDarkModeRenderer.cs (3)
124using GraphicsPath bodyPath = CreateRoundedPath(pathBounds, radius); 253GraphicsPath path = CreateRoundedPath(outerBounds, outerRadius); 256using GraphicsPath innerPath = CreateRoundedPath(innerBounds, innerRadius);