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