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