13 references to ControlText
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
662g.DrawRectangle(SystemPens.ControlText, relRect.X, relRect.Y, relRect.Width - 1, relRect.Height - 1);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2473g.DrawLine(SystemPens.ControlText, pt1.X, pt1.Y, pt2.X, pt2.Y);
winforms\Managed\System\WinForms\ToolStrip.cs (6)
3941g.DrawLines(SystemPens.ControlText, 3946g.DrawLines(SystemPens.ControlText, 3951g.DrawLines(SystemPens.ControlText, 3963g.DrawLines(SystemPens.ControlText, 3968g.DrawLines(SystemPens.ControlText, 3973g.DrawLines(SystemPens.ControlText,
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (2)
181g.DrawLine(SystemPens.ControlText, 193g.DrawLine(SystemPens.ControlText,
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (2)
1625e.Graphics.DrawLine(SystemPens.ControlText, SplitterSize - 1, 0, SplitterSize - 1, this.splitter.Height); 1635e.Graphics.DrawLine(SystemPens.ControlText, 0, SplitterSize - 1, this.splitter.Width, SplitterSize - 1);
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
92graphics.DrawPath(SystemPens.ControlText, dropDownIndicator);