1 write to CornerRadius
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
810CornerRadius = cornerRadius,
5 references to CornerRadius
System.Windows.Forms (5)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (5)
168using (GraphicsPath outerPath = CreateRoundedPath(outer, metrics.CornerRadius + 1f)) 174using GraphicsPath innerPath = CreateRoundedPath(inner, metrics.CornerRadius); 182using GraphicsPath bodyPath = CreateRoundedPath(metrics.KeyRect, metrics.CornerRadius); 283Math.Max(1f, metrics.CornerRadius - half)); 304Math.Max(1f, metrics.CornerRadius - inset));