4 references to FillRectangle
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (3)
105
hdc.
FillRectangle
(fieldBrush, new(bounds.X + 2, bounds.Y + 2, 8, 8));
106
hdc.
FillRectangle
(fieldBrush, new(bounds.X + 4, bounds.Y + 1, 4, 10));
107
hdc.
FillRectangle
(fieldBrush, new(bounds.X + 1, bounds.Y + 4, 10, 4));
System.Windows.Forms.Primitives (1)
System\Windows\Forms\DeviceContextExtensions.cs (1)
150
FillRectangle
(hdc.HDC, hbrush, rectangle);