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