6 references to ButtonFace
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
72
return FromSystemColor(SystemColors.
ButtonFace
);
commonui\System\Drawing\SystemPens.cs (1)
74
return FromSystemColor(SystemColors.
ButtonFace
);
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (2)
501
Color buttonFace = SystemColors.
ButtonFace
;
528
gradientEnd = SystemColors.
ButtonFace
;
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
187
FillBackground(g, bounds, SystemColors.
ButtonFace
);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
1911
PreviewForeColor = SystemColors.
ButtonFace
;