8 references to ControlLight
System.Drawing.Common.Tests (1)
System\Drawing\SystemPensTest.cs (1)
22yield return Pen(() => SystemPens.ControlLight, SystemColors.ControlLight);
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
2094Pen pen = SystemInformation.HighContrast ? SystemPens.ControlLight : SystemPens.Control;
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (3)
190g.DrawRectangle(SystemPens.ControlLight, bounds.X, bounds.Y, bounds.Width - 1, bounds.Height - 1); 420g.DrawRectangle(SystemPens.ControlLight, bounds.X, bounds.Y, bounds.Width - 1, bounds.Height - 1); 452g.DrawRectangle(SystemPens.ControlLight, bounds.X, bounds.Y, bounds.Width - 1, bounds.Height - 1);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1086Pen pen = SystemPens.ControlLight;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignerUtils.cs (1)
193pen = SystemPens.ControlLight;
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
443pen = SystemPens.ControlLight;