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