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