9 references to ControlLight
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
1047
pen = SystemPens.
ControlLight
;
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2355
pen = SystemPens.
ControlLight
;
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (3)
402
g.DrawRectangle(SystemPens.
ControlLight
, bounds.X, bounds.Y, bounds.Width - 1, bounds.Height - 1);
427
g.DrawRectangle(SystemPens.
ControlLight
, bounds.X, bounds.Y, bounds.Width - 1, bounds.Height - 1);
432
g.DrawRectangle(SystemPens.
ControlLight
, bounds.X, bounds.Y, bounds.Width - 1, bounds.Height - 1);
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (4)
3432
graphics.DrawLine(SystemPens.
ControlLight
, canvasRect.Right, canvasRect.Top, canvasRect.Right, canvasRect.Bottom);
3433
graphics.DrawLine(SystemPens.
ControlLight
, canvasRect.Left, canvasRect.Bottom, canvasRect.Right, canvasRect.Bottom);
3435
graphics.DrawLine(SystemPens.
ControlLight
, canvasRect.Left, canvasRect.Top, canvasRect.Left, canvasRect.Bottom);
3436
graphics.DrawLine(SystemPens.
ControlLight
, canvasRect.Left, canvasRect.Top, canvasRect.Right, canvasRect.Top);