3 references to FillRectangle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3456
hdc.
FillRectangle
(rect, hbrush);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1713
compatibleDC.HDC.
FillRectangle
(new Rectangle(0, 0, rectangle.Width, rectangle.Height), brush);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\DeviceContextExtensions.cs (1)
41
FillRectangle
(hdc.HDC, rectangle, hbrush);