9 references to ControlLight
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
1047pen = SystemPens.ControlLight;
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2355pen = SystemPens.ControlLight;
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (3)
402g.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)
3432graphics.DrawLine(SystemPens.ControlLight, canvasRect.Right, canvasRect.Top, canvasRect.Right, canvasRect.Bottom); 3433graphics.DrawLine(SystemPens.ControlLight, canvasRect.Left, canvasRect.Bottom, canvasRect.Right, canvasRect.Bottom); 3435graphics.DrawLine(SystemPens.ControlLight, canvasRect.Left, canvasRect.Top, canvasRect.Left, canvasRect.Bottom); 3436graphics.DrawLine(SystemPens.ControlLight, canvasRect.Left, canvasRect.Top, canvasRect.Right, canvasRect.Top);