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