2 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)
25809
private void ResetBackgroundColor() =>
BackgroundColor
= s_defaultBackgroundColor;
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)
19223
using var brush =
BackgroundColor
.GetCachedSolidBrushScope();
19267
using var brush =
BackgroundColor
.GetCachedSolidBrushScope();