1 write to ForeBrush
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGrid.cs (1)
2668parentRows.ForeBrush = DefaultParentRowsForeBrush;
3 references to ForeBrush
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGrid.cs (1)
2650return parentRows.ForeBrush;
winforms\Managed\System\WinForms\DataGridParentRows.cs (2)
949dataGrid.BindingContext[dgs.DataSource, dgs.DataMember].Position, BackBrush, ForeBrush, alignToRight); 1009g.DrawString(text, textFont, ForeBrush, textBounds, format);