3 references to CreateRoundedRectanglePath
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (3)
38using GraphicsPath fillPath = CreateRoundedRectanglePath(fillBounds, CornerRadius - DarkBorderGapThickness); 64using GraphicsPath focusPath = CreateRoundedRectanglePath(focusRect, FocusIndicatorCornerRadius); 139using GraphicsPath borderPath = CreateRoundedRectanglePath(borderRect, CornerRadius);