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