3 references to GrayText
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (1)
139
brush = SystemBrushes.
GrayText
;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
1033
shadowBrush: SystemBrushes.
GrayText
);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2018
graphics.DrawString(s, font, SystemBrushes.
GrayText
, layoutRectangle, format);