12 references to ControlText
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComboBox.cs (1)
6063Brush brush = (comboBox.Enabled) ? SystemBrushes.ControlText : SystemBrushes.ControlDark;
winforms\Managed\System\WinForms\DataGrid.cs (1)
657return (SolidBrush)SystemBrushes.ControlText;
winforms\Managed\System\WinForms\DataGridTable.cs (1)
349return (SolidBrush)SystemBrushes.ControlText;
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
2447g.FillPolygon(SystemBrushes.ControlText, new Point[] 2470g.FillPolygon(SystemBrushes.ControlText, new Point[] { pt1, pt2, middle });
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
730brush = SystemBrushes.ControlText;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
175Point middle = RenderArrowInternal(g, overflowArrowRect, direction, SystemBrushes.ControlText);
System.Workflow.ComponentModel (5)
AuthoringOM\Design\DesignerWidgets.cs (4)
234graphics.DrawString(index.ToString(CultureInfo.CurrentCulture), Control.DefaultFont, SystemBrushes.ControlText, (RectangleF)itemRectangle, format); 1271ActivityDesignerPaint.DrawText(graphics, Font, descriptionString, textRectangle, StringAlignment.Near, TextQuality.Aliased, SystemBrushes.ControlText); 1928e.Graphics.DrawString(tabItem.Text, Font, SystemBrushes.ControlText, tabTextRectangleF, stringFormat); 1937graphics.DrawString(this.tabItemList[tabItemIndex].Text, Font, SystemBrushes.ControlText, new Rectangle(0, 0, bitmap.Width, bitmap.Height), stringFormat);
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
91graphics.FillPath(SystemBrushes.ControlText, dropDownIndicator);