6 references to WindowText
System.Drawing.Common.Tests (1)
System\Drawing\SystemBrushesTests.cs (1)
42yield return Brush(() => SystemBrushes.WindowText, SystemColors.WindowText);
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
2078private static SolidBrush DefaultForeBrush => (SolidBrush)SystemBrushes.WindowText;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (3)
899e.Graphics.DrawString(className, boldFont, SystemBrushes.WindowText, bounds, stringFormat); 921e.Graphics.DrawString(SR.ToolStripItemCollectionEditorLabelNone, boldFont, SystemBrushes.WindowText, bounds, stringFormat); 931e.Graphics.DrawString(SR.ToolStripItemCollectionEditorLabelMultipleItems, boldFont, SystemBrushes.WindowText, bounds, stringFormat);
System.Windows.Forms.UI.IntegrationTests (1)
DesignBehaviorsTests.cs (1)
327pe.Graphics.DrawString($"Design time \n{Control.Site?.Name} !", Control.Font, SystemBrushes.WindowText, new PointF(12, 12));