1 write to alternatingBackBrush
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGrid.cs (1)
427alternatingBackBrush = new SolidBrush(value);
3 references to alternatingBackBrush
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGrid.cs (3)
417return alternatingBackBrush.Color; 426if (!alternatingBackBrush.Color.Equals(value)) { 455return alternatingBackBrush;