9 references to ControlText
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.cs (1)
656
Brush brush = isSelected ? SystemBrushes.HighlightText : SystemBrushes.
ControlText
;
System.Drawing.Common.Tests (1)
System\Drawing\SystemBrushesTests.cs (1)
22
yield return Brush(() => SystemBrushes.
ControlText
, SystemColors.ControlText);
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (1)
165
Brush brush = (comboBox.Enabled) ? SystemBrushes.
ControlText
: SystemBrushes.ControlDark;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
2166
SystemBrushes.
ControlText
,
2190
g.FillPolygon(SystemBrushes.
ControlText
, (ReadOnlySpan<Point>)[pt1, pt2, middle]);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (1)
135
: SystemBrushes.
ControlText
;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
186
Point middle = RenderArrowInternal(g, overflowArrowRect, direction, SystemBrushes.
ControlText
);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
608
g.DrawString(e.Index.ToString(CultureInfo.CurrentCulture), Font, SystemBrushes.
ControlText
,
System\ComponentModel\Design\CollectionEditor.SplitButton.cs (1)
257
deviceContext.TryGetGraphics(create: true)?.FillPolygon(SystemBrushes.
ControlText
, arrow);