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