6 references to ButtonFace
System.Drawing.Common (2)
System\Drawing\SystemBrushes.cs (1)
15public static Brush ButtonFace => FromSystemColor(SystemColors.ButtonFace);
System\Drawing\SystemPens.cs (1)
15public static Pen ButtonFace => FromSystemColor(SystemColors.ButtonFace);
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (2)
371Color buttonFace = SystemColors.ButtonFace; 400gradientEnd = SystemColors.ButtonFace;
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (1)
51Color c when c == SystemColors.ButtonFace => Color.FromArgb(45, 45, 45),
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (1)
248FillBackground(g, bounds, SystemColors.ButtonFace);