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