5 references to DisabledColor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\GroupBox.cs (1)
555Color backColor = DisabledColor;
winforms\Managed\System\WinForms\Label.cs (1)
1527color = wg.GetNearestColor((Enabled) ? ForeColor : DisabledColor);
winforms\Managed\System\WinForms\LinkLabel.cs (3)
191iedisabledLinkColor = ControlPaint.Dark(DisabledColor); 1250ControlPaint.DrawStringDisabled(e.Graphics, Text, Font, DisabledColor, ClientRectWithPadding, stringFormat); 1256foreColor = wg.GetNearestColor(DisabledColor);