1 write to CornerRadius
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
810
CornerRadius
= cornerRadius,
5 references to CornerRadius
System.Windows.Forms (5)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (5)
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
);
283
Math.Max(1f, metrics.
CornerRadius
- half));
304
Math.Max(1f, metrics.
CornerRadius
- inset));