2 writes to foreBrush
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridParentRows.cs (2)
135foreBrush = value; 228foreBrush = new SolidBrush(value);
4 references to foreBrush
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridParentRows.cs (4)
130return foreBrush; 133if (value != foreBrush) { 222return foreBrush.Color; 227if (value != foreBrush.Color) {