4 references to CreateRoundedPath
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (4)
49
using GraphicsPath fillPath =
CreateRoundedPath
(pathBounds, FocusIndicatorCornerRadius);
161
using GraphicsPath borderPath =
CreateRoundedPath
(
325
GraphicsPath path =
CreateRoundedPath
(outerBounds, outerRadius);
328
using GraphicsPath innerPath =
CreateRoundedPath
(innerBounds, innerRadius);