17 references to ControlLight
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
122
return FromSystemColor(SystemColors.
ControlLight
);
commonui\System\Drawing\SystemPens.cs (1)
144
return FromSystemColor(SystemColors.
ControlLight
);
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (3)
214
insetPen = new WindowsPen(wg.DeviceContext, SystemColors.
ControlLight
);
319
pen = new WindowsPen(wg.DeviceContext, SystemColors.
ControlLight
);
398
pen = new WindowsPen(wg.DeviceContext, SystemColors.
ControlLight
);
winforms\Managed\System\WinForms\ControlPaint.cs (5)
1012
pen.Color = SystemColors.
ControlLight
;
2138
brushColor = SystemColors.
ControlLight
;
2259
brushColor = SystemColors.
ControlLight
;
2968
return SystemColors.
ControlLight
;
2974
Color light = SystemColors.
ControlLight
;
winforms\Managed\System\WinForms\GroupBoxRenderer.cs (1)
281
Pen light = new Pen(SystemColors.
ControlLight
);
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (4)
489
rgbTable[ProfessionalColorTable.KnownColors.ButtonCheckedHighlight] = SystemColors.
ControlLight
;
490
rgbTable[ProfessionalColorTable.KnownColors.ButtonSelectedHighlight] = SystemColors.
ControlLight
;
541
rgbTable[ProfessionalColorTable.KnownColors.msocbvcrCBCtlBkgdSelectedMouseOver] = SystemColors.
ControlLight
;
568
rgbTable[ProfessionalColorTable.KnownColors.msocbvcrCBCtlBkgdSelected] = (lowResolution) ? SystemColors.
ControlLight
: highlight;
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
190
FillBackground(g, bounds, (toolStrip is ToolStripDropDown) ? SystemColors.
ControlLight
: e.BackColor);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
1406
BackColorEnd = SystemColors.
ControlLight
;