4 writes to BackgroundColor
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
477
BackgroundColor
= DefaultCellStyle.BackColor;
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
25801
private void ResetBackgroundColor() =>
BackgroundColor
= s_defaultBackgroundColor;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTests.cs (2)
3087
_dataGridView.
BackgroundColor
= Color.AliceBlue;
3091
_dataGridView.
BackgroundColor
= Color.Azure;
3 references to BackgroundColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1068
private bool ShouldSerializeBackgroundColor() => !
BackgroundColor
.Equals(s_defaultBackgroundColor);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
19213
using var brush =
BackgroundColor
.GetCachedSolidBrushScope();
19257
using var brush =
BackgroundColor
.GetCachedSolidBrushScope();