1 write to KeyRect
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
811
KeyRect
= keyRect,
6 references to KeyRect
System.Windows.Forms (6)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (6)
161
Rectangle outer = metrics.
KeyRect
;
165
Rectangle inner = metrics.
KeyRect
;
182
using GraphicsPath bodyPath = CreateRoundedPath(metrics.
KeyRect
, metrics.CornerRadius);
184
InflateForGradient(metrics.
KeyRect
),
273
RectangleF borderRect = metrics.
KeyRect
;
298
Rectangle focusRect = Rectangle.Inflate(metrics.
KeyRect
, -inset, -inset);