12 references to ControlLightLight
System.Web.Mobile (1)
UI\MobileControls\Design\Util\GroupLabel.cs (1)
54
g.DrawLine(SystemPens.
ControlLightLight
, etchLeft, etchTop, r.Width, etchTop);
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
1028
Pen pen = stockColor ? SystemPens.
ControlLightLight
: new Pen(hls.Lighter(1.0f));
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
2217
g.DrawRectangle(SystemPens.
ControlLightLight
, new Rectangle(valBounds.X, valBounds.Y, valBounds.Width-1, valBounds.Height-1));
2405
pen = SystemPens.
ControlLightLight
;
winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventArgs.cs (2)
178
graphics.DrawLine(SystemPens.
ControlLightLight
, r.X, r.Y, r.Right, r.Y);
179
graphics.DrawLine(SystemPens.
ControlLightLight
, r.X, r.Y, r.X, r.Bottom);
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerWidgets.cs (4)
1619
e.Graphics.DrawLine(SystemPens.
ControlLightLight
, 0, 0, 0, this.splitter.Height);
1620
e.Graphics.DrawLine(SystemPens.
ControlLightLight
, 0, 0, SplitterSize - 1, 0);
1629
e.Graphics.DrawLine(SystemPens.
ControlLightLight
, 0, 1, this.splitter.Width, 1);
1630
e.Graphics.DrawLine(SystemPens.
ControlLightLight
, 0, 1, 0, SplitterSize - 1);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
511
paintArgs.Graphics.DrawLine(SystemPens.
ControlLightLight
, lineRectangle.Left, lineRectangle.Bottom + 1, lineRectangle.Right, lineRectangle.Bottom + 1);
516
paintArgs.Graphics.DrawLine(SystemPens.
ControlLightLight
, lineRectangle.Left, lineRectangle.Bottom + 1, lineRectangle.Right, lineRectangle.Bottom + 1);