7 references to CreateRoundedPath
System.Windows.Forms (7)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (7)
168
using (GraphicsPath outerPath =
CreateRoundedPath
(outer, metrics.CornerRadius + 1f))
174
using GraphicsPath innerPath =
CreateRoundedPath
(inner, metrics.CornerRadius);
182
using GraphicsPath bodyPath =
CreateRoundedPath
(metrics.KeyRect, metrics.CornerRadius);
201
using GraphicsPath bowlPath =
CreateRoundedPath
(bowl, metrics.BowlRadius);
281
using GraphicsPath borderPath =
CreateRoundedPath
(
302
using GraphicsPath focusPath =
CreateRoundedPath
(
423
using GraphicsPath clipPath =
CreateRoundedPath
(