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