3 references to ButtonHighlight
System.Drawing.Common.Tests (1)
System\Drawing\SystemBrushesTests.cs (1)
15yield return Brush(() => SystemBrushes.ButtonHighlight, SystemColors.ButtonHighlight);
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
182RenderArrowInternal(g, overflowArrowRect, direction, SystemBrushes.ButtonHighlight);
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
1002g.FillRectangles(SystemBrushes.ButtonHighlight, whiteRectangles);