2 references to ButtonCornerRadius
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\PopupButtonDarkModeRenderer.cs (2)
49
using GraphicsPath path = CreateRoundedRectanglePath(paddedBounds,
ButtonCornerRadius
);
134
using GraphicsPath path = CreateRoundedRectanglePath(bounds,
ButtonCornerRadius
);