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