1 override of ToolStripDropDownBackground
System.Windows.Forms (1)
System\Windows\Forms\DarkProfessionalColors.cs (1)
40
public override Color
ToolStripDropDownBackground
5 references to ToolStripDropDownBackground
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColors.cs (1)
174
public static Color ToolStripDropDownBackground => ColorTable.
ToolStripDropDownBackground
;
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (1)
283
internal Color ComboBoxButtonOnOverflow =>
ToolStripDropDownBackground
;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (2)
1185
using var brush = ColorTable.
ToolStripDropDownBackground
.GetCachedSolidBrushScope();
1205
using var brush = ColorTable.
ToolStripDropDownBackground
.GetCachedSolidBrushScope();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ProfessionalColorTableTests.cs (1)
73
yield return new object[] { I(t => t.
ToolStripDropDownBackground
) };