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