4 references to Light
System.Windows.Forms (2)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
592using CreatePenScope hpenLight = new(ControlPaint.Light(backColor, 1.0f));
System\Windows\Forms\Controls\GroupBox\GroupBoxRenderer.cs (1)
249using var light = ControlPaint.Light(backColor, 1.0f).GetCachedPenScope();
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlPaintTests.cs (2)
2266Assert.Equal(expected, ControlPaint.Light(baseColor, percOfLightLight)); 2269Assert.Equal(expected, ControlPaint.Light(baseColor, percOfLightLight));