2 references to DataGridView_EmptyColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1016
throw new ArgumentException(string.Format(SR.
DataGridView_EmptyColor
, "BackgroundColor"));
2642
throw new ArgumentException(string.Format(SR.
DataGridView_EmptyColor
, nameof(GridColor)));