13 references to LightLight
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (3)
760
colors.highlight = ControlPaint.
LightLight
(backColor);
764
colors.buttonShadowDark = ControlPaint.
LightLight
(backColor);
765
colors.highlight = ControlPaint.
LightLight
(backColor);
winforms\Managed\System\WinForms\ControlPaint.cs (3)
1907
using( Pen bright = new Pen(
LightLight
(backColor)) ) {
1942
using (SolidBrush brush = new SolidBrush(
LightLight
(color))) {
1968
Color paintcolor =
LightLight
(color);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1698
lightPen = this.DataGridView.GetCachedPen(ControlPaint.
LightLight
(baseline));
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (2)
1373
highlight = ControlPaint.
LightLight
(backBrush.Color);
1453
ControlPaint.DrawImageColorized(g, checkImage, fullSize, checkState == CheckState.Indeterminate ? ControlPaint.
LightLight
(foreBrush.Color) : foreBrush.Color);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
2336
highlight = ControlPaint.
LightLight
(color);
2339
buttonShadowDark = ControlPaint.
LightLight
(color);
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (2)
159
Color c = ControlPaint.
LightLight
(Control.BackColor);
183
c = ControlPaint.
LightLight
(Control.BackColor);