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