7 references to ActiveCaption
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
42return FromSystemColor(SystemColors.ActiveCaption);
commonui\System\Drawing\SystemPens.cs (1)
42return FromSystemColor(SystemColors.ActiveCaption);
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
45protected static readonly Color DefaultTitleBackColor = SystemColors.ActiveCaption;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
81static readonly Color DEFAULT_TITLE_BACK_COLOR = SystemColors.ActiveCaption;
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
4236hotcommands.SetColors(SystemColors.Control, SystemColors.ControlText, SystemColors.ActiveCaption, SystemColors.ActiveCaption, SystemColors.ActiveCaption, SystemColors.ControlDark);