12 references to FillBackground
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (12)
187FillBackground(g, bounds, SystemColors.ButtonFace); 190FillBackground(g, bounds, (toolStrip is ToolStripDropDown) ? SystemColors.ControlLight : e.BackColor); 193FillBackground(g, bounds, (!ToolStripManager.VisualStylesEnabled) ? 197FillBackground(g, bounds, (!ToolStripManager.VisualStylesEnabled) ? 207FillBackground(g, bounds, (!ToolStripManager.VisualStylesEnabled) ? 279FillBackground(g, bounds, backColor); 382FillBackground(g, item.ContentRectangle, item.BackColor); 422FillBackground(g, fillRect, item.BackColor); 526FillBackground(g,splitButtonButtonRect, splitButton.BackColor); 538FillBackground(g, dropDownRect, splitButton.BackColor); 590FillBackground(g, fillRect, item.BackColor); 711FillBackground(g, fillRect, item.BackColor);