2 writes to backBrush
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridParentRows.cs (2)
109backBrush = new SolidBrush(value); 122backBrush = value;
4 references to backBrush
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridParentRows.cs (4)
103return backBrush.Color; 108if (value != backBrush.Color) { 117return backBrush; 120if (value != backBrush) {