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