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