7 references to Highlight
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridView.cs (1)
2656return (SolidBrush) SystemBrushes.Highlight;
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (4)
149 g.FillRectangle(SystemBrushes.Highlight, bounds); 396g.FillRectangle(SystemBrushes.Highlight, bounds); 424 g.FillRectangle(SystemBrushes.Highlight, bounds); 431 g.FillRectangle(SystemBrushes.Highlight, bounds);
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
404g.FillRectangle(SystemBrushes.Highlight, fillRect);
winforms\Managed\System\WinForms\TreeView.cs (1)
2843 g.FillRectangle(SystemBrushes.Highlight, bounds);