3 references to GripLight
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColors.cs (1)
99
public static Color GripLight => ColorTable.
GripLight
;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
523
using var gripLightBrush = ColorTable.
GripLight
.GetCachedSolidBrushScope();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ProfessionalColorTableTests.cs (1)
45
yield return new object[] { I(t => t.
GripLight
) };