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