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