12 references to FillBackground
System.Windows.Forms (12)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (12)
202FillBackground(g, bounds, SystemColors.ButtonFace); 206FillBackground(g, bounds, (toolStrip is ToolStripDropDown) ? SystemColors.ControlLight : e.BackColor); 210FillBackground(g, bounds, (!ToolStripManager.VisualStylesEnabled) ? 215FillBackground(g, bounds, (!ToolStripManager.VisualStylesEnabled) ? 226FillBackground(g, bounds, (!ToolStripManager.VisualStylesEnabled) ? 304FillBackground(g, bounds, backColor); 432FillBackground(g, item.ContentRectangle, item.BackColor); 477FillBackground(g, fillRect, item.BackColor); 607FillBackground(g, splitButtonButtonRect, splitButton.BackColor); 620FillBackground(g, dropDownRect, splitButton.BackColor); 682FillBackground(g, fillRect, item.BackColor); 805FillBackground(g, fillRect, item.BackColor);