1 write to borderBrush
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
180borderBrush = value;
6 references to borderBrush
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridParentRows.cs (6)
176return borderBrush; 179if (value != borderBrush) { 556g.FillRectangle(borderBrush, border); 560g.FillRectangle(borderBrush, border); 565g.FillRectangle(borderBrush, border); 569g.FillRectangle(borderBrush, border);