5 references to WindowText
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGrid.cs (2)
622
return (SolidBrush)SystemBrushes.
WindowText
;
632
return (SolidBrush)SystemBrushes.
WindowText
;
winforms\Managed\System\WinForms\DataGridTable.cs (1)
334
return (SolidBrush)SystemBrushes.
WindowText
;
winforms\Managed\System\WinForms\DataGridView.cs (1)
2612
return (SolidBrush) SystemBrushes.
WindowText
;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (1)
695
draggedImageGraphics.DrawString(description, parentView.Font, SystemBrushes.
WindowText
, descriptionRectangle, stringFormat);