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