4 references to ToolStripDropDownBackground
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ProfessionalColors.cs (1)
301get { return ColorTable.ToolStripDropDownBackground; }
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (1)
411get { return ToolStripDropDownBackground; }
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (2)
1026using (Brush b = new SolidBrush(ColorTable.ToolStripDropDownBackground)) { 1044using (Brush b = new SolidBrush(ColorTable.ToolStripDropDownBackground)) {