4 references to Light
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (2)
156? ControlPaint.Light(backColor, 0.2f) 161? ControlPaint.Light(backColor, 0.4f)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
591using 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();