1 write to BackBrush
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGrid.cs (1)
2626parentRows.BackBrush = DefaultParentRowsBackBrush;
8 references to BackBrush
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGrid.cs (1)
2608return parentRows.BackBrush;
winforms\Managed\System\WinForms\DataGridParentRows.cs (7)
710g.FillRectangle(BackBrush, layout.leftArrow); 734g.FillRectangle(BackBrush, layout.rightArrow); 778g.FillRectangle(BackBrush, bmpRect); 900g.FillRectangle(BackBrush, paintBounds); 949dataGrid.BindingContext[dgs.DataSource, dgs.DataMember].Position, BackBrush, ForeBrush, alignToRight); 973g.FillRectangle(BackBrush, paintBounds); 997g.FillRectangle(BackBrush, textBounds);