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