3 references to ControlLight
System.Drawing.Common.Tests (1)
System\Drawing\SystemBrushesTests.cs (1)
20
yield return Brush(() => SystemBrushes.
ControlLight
, SystemColors.ControlLight);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (1)
80
g.FillRectangles(SystemBrushes.
ControlLight
, shadowRects);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
217
brush = SystemBrushes.
ControlLight
;