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