12 references to ControlText
System.Drawing.Common.Tests (1)
System\Drawing\SystemPensTest.cs (1)
24yield return Pen(() => SystemPens.ControlText, SystemColors.ControlText);
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
2193g.DrawLine(SystemPens.ControlText, pt1.X, pt1.Y, pt2.X, pt2.Y);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (6)
3787g.DrawLines(SystemPens.ControlText, (ReadOnlySpan<Point>) 3794g.DrawLines(SystemPens.ControlText, (ReadOnlySpan<Point>) 3801g.DrawLines(SystemPens.ControlText, (ReadOnlySpan<Point>) 3814g.DrawLines(SystemPens.ControlText, (ReadOnlySpan<Point>) 3821g.DrawLines(SystemPens.ControlText, (ReadOnlySpan<Point>) 3828g.DrawLines(SystemPens.ControlText, (ReadOnlySpan<Point>)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (2)
194g.DrawLine(SystemPens.ControlText, 207g.DrawLine(SystemPens.ControlText,
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
599g.DrawRectangle(SystemPens.ControlText, baseVar.X, baseVar.Y, baseVar.Width - 1, baseVar.Height - 1);
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
439var pen = SystemPens.ControlText;