4 writes to BackgroundColor
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
481
BackgroundColor
= DefaultCellStyle.BackColor;
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
25812
private void ResetBackgroundColor() =>
BackgroundColor
= s_defaultBackgroundColor;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTests.cs (2)
3089
_dataGridView.
BackgroundColor
= Color.AliceBlue;
3093
_dataGridView.
BackgroundColor
= Color.Azure;
3 references to BackgroundColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1064
private bool ShouldSerializeBackgroundColor() => !
BackgroundColor
.Equals(s_defaultBackgroundColor);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
19226
using var brush =
BackgroundColor
.GetCachedSolidBrushScope();
19270
using var brush =
BackgroundColor
.GetCachedSolidBrushScope();