1 override of StatusStripGradientBegin
System.Windows.Forms (1)
System\Windows\Forms\DarkProfessionalColors.cs (1)
34
public override Color
StatusStripGradientBegin
3 references to StatusStripGradientBegin
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColors.cs (1)
165
public static Color StatusStripGradientBegin => ColorTable.
StatusStripGradientBegin
;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
1037
ColorTable.
StatusStripGradientBegin
,
System.Windows.Forms.Tests (1)
System\Windows\Forms\ProfessionalColorTableTests.cs (1)
68
yield return new object[] { I(t => t.
StatusStripGradientBegin
) };