3 references to SeparatorLight
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColors.cs (1)
159
public static Color SeparatorLight => ColorTable.
SeparatorLight
;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
1496
using var highlightColorPen = ColorTable.
SeparatorLight
.GetCachedPenScope();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ProfessionalColorTableTests.cs (1)
67
yield return new object[] { I(t => t.
SeparatorLight
) };