10 references to Highlight
System.Drawing.Common.Tests (1)
System\Drawing\SystemBrushesTests.cs (1)
27yield return Brush(() => SystemBrushes.Highlight, SystemColors.Highlight);
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
2106private static SolidBrush DefaultSelectionBackBrush => (SolidBrush)SystemBrushes.Highlight;
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (5)
148g.FillRectangle(SystemBrushes.Highlight, bounds); 189g.FillRectangle(SystemBrushes.Highlight, bounds); 412g.FillRectangle(SystemBrushes.Highlight, bounds); 448g.FillRectangle(SystemBrushes.Highlight, bounds); 457g.FillRectangle(SystemBrushes.Highlight, bounds);
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (1)
458g.FillRectangle(SystemBrushes.Highlight, fillRect);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2846g.FillRectangle(SystemBrushes.Highlight, bounds);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TabOrder.cs (1)
280brush = SystemBrushes.Highlight;