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