25 references to Highlight
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
204return FromSystemColor(SystemColors.Highlight);
commonui\System\Drawing\SystemPens.cs (1)
204return FromSystemColor(SystemColors.Highlight);
System.Windows.Forms (20)
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (2)
74PaintBackground(e, r, IsHighContrastHighlighted2() ? SystemColors.Highlight : backColor); 233PaintBackground(e, r, IsHighContrastHighlighted2() ? SystemColors.Highlight : backColor);
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (2)
43Control.PaintBackground(e, r, IsHighContrastHighlighted2() ? SystemColors.Highlight : Control.BackColor, r.Location); 83Control.PaintBackground(e, r, IsHighContrastHighlighted2() ? SystemColors.Highlight : Control.BackColor, r.Location);
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (2)
91Color color = isHighContrastHighlighted ? SystemColors.Highlight : Control.BackColor; 119IsFilledWithHighlightColor = (color.ToArgb() == SystemColors.Highlight.ToArgb());
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
747backColor = SystemColors.Highlight;
winforms\Managed\System\WinForms\DrawItemEvent.cs (1)
105return SystemColors.Highlight;
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (6)
122get { return SystemColors.Highlight; } 132get { return SystemColors.Highlight; } 482rgbTable[ProfessionalColorTable.KnownColors.ButtonPressedHighlight] = GetAlphaBlendedColor(g, SystemColors.Window, GetAlphaBlendedColor(g, SystemColors.Highlight, SystemColors.Window, 160), 50); 483rgbTable[ProfessionalColorTable.KnownColors.ButtonCheckedHighlight] = GetAlphaBlendedColor(g, SystemColors.Window, GetAlphaBlendedColor(g, SystemColors.Highlight, SystemColors.Window, 80), 20); 488rgbTable[ProfessionalColorTable.KnownColors.ButtonPressedHighlight] = SystemColors.Highlight; 503Color highlight = SystemColors.Highlight;
winforms\Managed\System\WinForms\ProgressBar.cs (1)
57private Color defaultForeColor = SystemColors.Highlight;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
100private Color selectedItemWithFocusBackColor = SystemColors.Highlight;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (2)
512borderColor = SystemColors.Highlight; 554borderColor = SystemColors.Highlight;
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
409SystemColors.Highlight : ProfessionalColors.MenuItemBorder;
winforms\Managed\System\WinForms\TreeView.cs (1)
2844 ControlPaint.DrawFocusRectangle(g, bounds, color, SystemColors.Highlight);
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
287listViewItem.BackColor = SystemColors.Highlight;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (2)
3176SelectionForeColor = SystemColors.Highlight; 3177SelectionPatternColor = SystemColors.Highlight;