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