12 references to LightLight
System.Windows.Forms (12)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.ColorOptions.cs (3)
52
colors.Highlight = ControlPaint.
LightLight
(_backColor);
57
colors.ButtonShadowDark = ControlPaint.
LightLight
(_backColor);
58
colors.Highlight = ControlPaint.
LightLight
(_backColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1435
? ControlPaint.
LightLight
(baseline)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (2)
1299
highlight = ControlPaint.
LightLight
(backBrushColor);
1378
? ControlPaint.
LightLight
(foreBrushColor)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAdapter.cs (2)
22
Color c = ControlPaint.
LightLight
(Control.BackColor);
51
c = ControlPaint.
LightLight
(Control.BackColor);
System\Windows\Forms\Rendering\ControlPaint.cs (4)
1957
using var bright = GdiPlusCache.GetCachedPenScope(
LightLight
(backColor));
1987
using CreatePenScope hpenBright = new(
LightLight
(backColor));
2023
using var lightBrush =
LightLight
(color).GetCachedSolidBrushScope();
2069
Color paintcolor =
LightLight
(color);