3 references to GrayText
System.Drawing.Common.Tests (1)
System\Drawing\SystemBrushesTests.cs (1)
26
yield return Brush(() => SystemBrushes.
GrayText
, SystemColors.GrayText);
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (1)
139
brush = SystemBrushes.
GrayText
;
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1958
graphics.DrawString(s, font, SystemBrushes.
GrayText
, layoutRectangle, format);