4 references to WindowText
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
2085
private static SolidBrush DefaultForeBrush => (SolidBrush)SystemBrushes.
WindowText
;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (3)
892
e.Graphics.DrawString(className, boldFont, SystemBrushes.
WindowText
, bounds, stringFormat);
911
e.Graphics.DrawString(SR.ToolStripItemCollectionEditorLabelNone, boldFont, SystemBrushes.
WindowText
, bounds, stringFormat);
918
e.Graphics.DrawString(SR.ToolStripItemCollectionEditorLabelMultipleItems, boldFont, SystemBrushes.
WindowText
, bounds, stringFormat);