2 writes to BackgroundColor
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
481BackgroundColor = DefaultCellStyle.BackColor;
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
25809private void ResetBackgroundColor() => BackgroundColor = s_defaultBackgroundColor;
3 references to BackgroundColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1064private bool ShouldSerializeBackgroundColor() => !BackgroundColor.Equals(s_defaultBackgroundColor);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
19223using var brush = BackgroundColor.GetCachedSolidBrushScope(); 19267using var brush = BackgroundColor.GetCachedSolidBrushScope();