19 references to GrayText
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
194return FromSystemColor(SystemColors.GrayText);
commonui\System\Drawing\SystemPens.cs (1)
194return FromSystemColor(SystemColors.GrayText);
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
768colors.windowDisabled = (highContrast && AccessibilityImprovements.Level1) ? SystemColors.GrayText : colors.buttonShadow;
winforms\Managed\System\WinForms\CheckedListBox.cs (3)
738foreColor = SystemColors.GrayText; 753foreColor = SystemColors.GrayText; 857foreColor = SystemColors.GrayText;
winforms\Managed\System\WinForms\ControlPaint.cs (2)
1242((SystemInformation.HighContrast && AccessibilityImprovements.Level1) ? SystemColors.GrayText : SystemColors.ControlDark) : 1964TextRenderer.DrawText(dc, s, font, layoutRectangle, SystemColors.GrayText, format);
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
60protected static readonly Color DefaultTrailingForeColor = SystemColors.GrayText;
winforms\Managed\System\WinForms\GDI\TextRenderer.cs (1)
340return SystemColors.GrayText;
winforms\Managed\System\WinForms\GroupBox.cs (1)
632boxColor = SystemColors.GrayText;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
83static readonly Color DEFAULT_TRAILING_FORE_COLOR = SystemColors.GrayText;
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (1)
508Color grayText = SystemColors.GrayText;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
206grayTextColor = SystemColors.GrayText; 449return SystemColors.GrayText;
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
932textColor = (item.Enabled) ? textColor : SystemColors.GrayText;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (2)
3179CommentIndicatorColor = SystemColors.GrayText; 3180ReadonlyIndicatorColor = SystemColors.GrayText;
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
506label.ForeColor = System.Drawing.SystemColors.GrayText;