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