System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (12)
250FillBackground(g, bounds, SystemColors.ButtonFace);
254FillBackground(g, bounds, toolStrip is ToolStripDropDown
260FillBackground(g, bounds, ToolStripManager.VisualStylesEnabled
266FillBackground(g, bounds, ToolStripManager.VisualStylesEnabled
279FillBackground(g, bounds, ToolStripManager.VisualStylesEnabled
359FillBackground(g, bounds, backColor);
487FillBackground(g, item.ContentRectangle, item.BackColor);
532FillBackground(g, fillRect, item.BackColor);
668FillBackground(g, splitButtonButtonRect, splitButton.BackColor);
681FillBackground(g, dropDownRect, splitButton.BackColor);
743FillBackground(g, fillRect, item.BackColor);
866FillBackground(g, fillRect, item.BackColor);