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