13 references to FillRectangle
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (2)
8199
hdc.
FillRectangle
(rectangle, hbrush);
8253
hdcNoParent.
FillRectangle
(rectangle, hbrush);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (4)
352
hdc.
FillRectangle
(left, hbrush);
353
hdc.
FillRectangle
(right, hbrush);
354
hdc.
FillRectangle
(top, hbrush);
355
hdc.
FillRectangle
(bottom, hbrush);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
83
hdc.
FillRectangle
(
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (1)
76
hdc.
FillRectangle
(bounds, hbrush);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (2)
158
hdc.
FillRectangle
(vCross, brush);
165
hdc.
FillRectangle
(hCross, brush);
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (2)
779
hdc.
FillRectangle
(valBounds, hbrush);
786
hdc.
FillRectangle
(valBounds, hbrush);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
617
hdc.
FillRectangle
(textBounds, hbrush);